Description Usage Arguments Details Value Examples
Assigns a label to a data frame column using Hmisc::label()
1 |
df |
a data frame |
col |
a column |
Fetches label 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(1,2,3))
df %>% assign_label(age)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.