Convenience function for reading in a CSV file, and making small
modifications to a data.frame.
Usage
readTransform(file, ...)
Value
The modified data.frame
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.