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