get_tsg_facade: Get a facade from the package or a file
Description
Get a facade from the package or a file
Usage
get_tsg_facade(facade = "default", which = c("xlsx", "html", "docx", "pdf"))Value
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.
Arguments
- 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".
Examples
Run this code
# Default facade
get_tsg_facade()
# Other built-in facade
get_tsg_facade("yolo")
Run the code above in your browser using DataLab