| names | R Documentation |
Application of names to objects of class
dfplus.
## S4 method for signature 'dfplus' names(x) names(x) <- value
x |
Object of class |
value |
Character value or vector with a new name for the respective variable. |
The replacement method change the name of the variables both, in the columns of
slot data and in the rows of the slot metadata.
For more details, see names.
A vector with names of variables or an object of class
dfplus with modified variable names.
Miguel Alvarez (malvarez@uni-bonn.de).
## Add example for this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.