format_stats | R Documentation |
Function to read, add %FIT and write stats
format_stats(
file = file.choose(),
select,
rename = NULL,
digits = NULL,
multiplier = NULL,
suffix = "_formatted",
verbose = F
)
file |
data.frame with stats |
select |
name of the column |
rename |
vector with new name of each column |
digits |
vector of digits for each column, "i" for integer |
multiplier |
multiplier to change units |
suffix |
file suffix |
verbose |
display additional information |
rename can contains NA, for each NA the name don't change
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.