Description Usage Arguments Value
Number formatter Rounds all numeric columns to 2 decimal places
1 | num_formatter(df, round_dig = 2, arrange_col = NULL)
|
df |
Dataframe to round numeric columns in |
round_dig |
Number of digits to round numeric columns to |
arrange_col |
Column to arrange data by |
Dataframe with numeric columns rounded, arranged by numeric column if identified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.