View source: R/data_manip_utils.R
add_numbered_colnames | R Documentation |
Add numbered colnames with a common prefix.
add_numbered_colnames(x, prefix = "C")
x |
The variable to add column names to. |
prefix |
The prefix to use for each column name. Each column's number will be appended to this prefix to generate the column name. |
x
, with its column names set to the column number
appended to prefix
.
# TODO: PCA example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.