set_min_max | R Documentation |
Set the min/max values in a data.frame.
set_min_max(df, colname, min_val = 0, max_val = 100)
df |
data.frame |
colname |
Column name to check. |
min_val |
Minimum value. |
max_val |
Maximum value. |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.