readTransform: Read and Transform

View source: R/dataTransformation.R

readTransformR 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


EHR documentation built on Dec. 28, 2022, 1:31 a.m.