powered by
save a flextable in an HTML file. This function has been implemented to help users that do not understand R Markdown. It is highly recommanded to use R Markdown instead.
save_as_html(x, path)
a flextable object
HTML file to be created
Other flextable print function: format.flextable, htmltools_value, knit_print.flextable, print.flextable
format.flextable
htmltools_value
knit_print.flextable
print.flextable
# NOT RUN { ft <- flextable( head( mtcars ) ) tf <- tempfile(fileext = ".html") save_as_html(ft, tf) # }
Run the code above in your browser using DataLab