dataTransformation {EHR} | 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