View source: R/translate_formatting.R
translate_defs | R Documentation |
Convert formatting information into arguments that can be used by gt
.
translate_defs(format_long)
format_long |
Data frame produced by |
A data frame with formatting information compatible with gt.
example_spreadsheet <- system.file("extdata/rodentsheet.xlsx", package = "forgts")
format_long <- get_formatting(example_spreadsheet)
translate_defs(format_long)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.