Displaying whole flextable in Word document created in Quarto

I am using Quarto to create Word document. I am using flextable to display my table. Only the first 10 lines of the body is displayed. I have tried googling and I can't find any solution. Can you help me?

my_table%>%
as_flextable(show_coltype = FALSE) %>%
fontsize(size = 10, part = "all") %>%
line_spacing(space = 0.6, part = "body")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.