Skip to content

Color box Footnote #488

Answered by davidgohel
sondalex asked this question in Q&A
Nov 22, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Yes, for example with add_footer_lines:

library(flextable)
library(grid)
flextable(head(cars)) |> 
  add_footer_lines(
    as_paragraph(
      grid_chunk(
        list(
          grid.circle(gp = gpar(fill="#ec11c2",
                                col = "transparent"))),
        width = .15, height = .15
        ), 
      ": A first note ..."
    )
  )

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sondalex
Comment options

Answer selected by sondalex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants