View source: R/dataTransformation.R
readTransform | R Documentation |
Convenience function for reading in a CSV file, and making small modifications to a data.frame.
readTransform(file, ...)
file |
filename of a CSV file |
... |
additional information passed to |
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
.
The modified data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.