View source: R/dataTransformation.R
dataTransformation | R Documentation |
Convenience function for making small modifications to a data.frame.
dataTransformation(x, select, rename, modify)
x |
a data.frame |
select |
columns to select |
rename |
character vector with names for all columns |
modify |
list of expressions used to transform data set |
The modified data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.