name_change | R Documentation |
Substitute a column name of a matrix or data.frame with a new name
name_change(DATA, ORIG_NAME, NEW_NAME)
DATA |
A matrix or data.frame |
ORIG_NAME |
A single character column name to alter |
NEW_NAME |
A single character to replace |
An updated data.frame with renamed fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.