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")