Is there a way to save a flextable in R to a LaTex file?

Viewed 86

I would like to save a flextable to a LaTeX (.tex) file in R. Is there a way to do that? For example, how could I save this table?

library(flextable)
ft <- flextable(head(mtcars))
ft
0 Answers
Related