readTransform {EHR}R Documentation

Read and Transform

Description

Convenience function for reading in a CSV file, and making small modifications to a data.frame.

Usage

readTransform(file, ...)

Arguments

file

filename of a CSV file

...

additional information passed to dataTransformation

Details

If read.csv needs additional arguments (or the file is in a different format), the user should load the data first, then directly call dataTransformation.

Value

The modified data.frame


[Package EHR version 0.4-11 Index]