Closed alireza5969 closed 4 months ago
The code that you provided for example for footnotes on this page returns a different output than the one that is on the webpage:
ft_3 <- flextable(head(iris)) ft_3 <- autofit(ft_3) ft_3 <- footnote( x = ft_3, i = 1:3, j = 1:3, ref_symbols = "a", value = as_paragraph("This is footnote one") ) ft_3
The output has 3 as in the footnote:
a
I'm not sure why!
I have the same output. You are probably using an old version or another code (for ex, your table has a black background color)
The code that you provided for example for footnotes on this page returns a different output than the one that is on the webpage:
The output has 3
a
s in the footnote:I'm not sure why!