Description Usage Arguments Details Value Examples
Assigns labels to data frame columns using Hmisc::label()
1 |
df |
a data frame |
Fetches labels from nsqipBileSpill::fetch_label()
.
In order to ascribe your own labels, you must update the nsqipBileSpill::fetch_label()
function.
A dataframe with the new labels
1 2 | df <- data.frame(age = c(25, 32, 47), height = c(72, 65, 70), weight = c(180, 210, 190))
df %>% assign_labels()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.