dataTransformation {EHR} | R Documentation |
Data Transformation
Description
Convenience function for making small modifications to a data.frame.
Usage
dataTransformation(x, select, rename, modify)
Arguments
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 |
Value
The modified data.frame
[Package EHR version 0.4-11 Index]