| get_tsg_facade | R Documentation |
Get a facade from the package or a file
get_tsg_facade(facade = "default", which = c("xlsx", "pdf", "html"))
facade |
A character string specifying the name of the facade to retrieve. Defaults to "default". The facade is a YAML file that defines the styling and layout of the table |
which |
A character string specifying the format of the facade to retrieve. Options are "xlsx", "pdf", or "html". Defaults to "xlsx". |
A list containing the facade settings for the specified format. The facade includes styling attributes such as font size, color, border styles, and background fills for different parts of the table.
# Default facade
get_tsg_facade()
# Other built-in facade
get_tsg_facade("yolo")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.