as_clintable | R Documentation |
Convert a flextable into a clintable object
as_clintable(x, page_by = NULL, group_by = NULL)
x |
A flextable object |
page_by |
A variable in the input dataframe to use for pagination |
group_by |
A variable which will be used for grouping and attached as a label above the table headers |
A clintable object
ft <- flextable::flextable(mtcars)
as_clintable(ft)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.