Style data according to its type
1 2 3 4 5 6 7 8 9 10 11 | style_data(
data_type,
wb,
sheet_name,
rows,
cols,
no_show = FALSE,
no_show_row = 0,
fade = FALSE,
fade_row = 0
)
|
data_type |
character vector of class(es) of the data to be styled. Can be one of "numeric", "integer", "Date", "character", "chr_type", or "formula". |
wb |
a |
sheet_name |
character name of the sheet to update |
rows |
Rows to apply style to. |
cols |
columns to apply style to. |
no_show |
Boolean with TRUE if data in |
no_show_row |
integer identifying which row contains data no to show |
fade |
Boolean with TRUE if rows in |
fade_row |
integer identifying which row contains data no to show |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.