attr_label_df | R Documentation |
Setting the Label Attribute to Data Frame Columns
attr_label_df(df, label)
df |
( |
label |
( |
data.frame
with label attributes.
res <- attr_label_df(mtcars, letters[1:11])
res
lapply(res, attr, "label")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.