prefix | R Documentation |
Prefix the names of the columns of a data.frame with a tag
prefix(DF, prefix, sep = ".")
DF |
a data.frame |
prefix |
a character vector; the tag to be added at the beginning of each column of the data.frame |
sep |
the separator between the tag and the original content; default='.' |
a data.frame with the exact same content and where the columns have been prefixed with a given tag
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.