suffix2label | R Documentation |
Transfer variable name suffix to label in widened data
suffix2label(
data,
suffix.sep = "____",
attr = "label",
glue.str = "{label} ({paste(suffixes,collapse=', ')})"
)
data |
data.frame |
suffix.sep |
string to split suffix(es). Passed to strsplit |
attr |
label attribute. Default is "label" |
glue.str |
glue string for new label. Available variables are "label" and "suffixes" |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.