treat_df | R Documentation |
Pre-treatment of constraints dataframe.
treat_df(df, min_identifier, max_identifier, suffix, max_scale, override_min)
df |
Dataframe to be treated. |
min_identifier |
Minimum value column identifier. 'Min' in standard dataset. |
max_identifier |
Maximum value column identifier. 'Max' in standard dataset. |
suffix |
Suffix to be added to column name. |
max_scale |
Maximum scale. Default is two. |
override_min |
If is not null, overrides all minimum values. |
Treated dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.