Description Usage Arguments Value Author(s)
Use a blueprint-file to import a subset of variables from several data files, optionally transform them by specified functions (e.g. to recode values) and recombine them into a new wide data.frame.
1 2 3 |
blueprint |
A meta-data file that contains specifications what to do. The file format is taken from the suffix as defined in the |
fun |
Logical vector wheter the functions from |
export_file |
Path to file the data is written after merging. The suffix determines the file type. In addition the data.frame is returned |
chunks |
A numeric vector specifying the chunks that shall be included from the blueprint file. If NULL every chunk will be merged. |
logfile |
Either a logfile wheter to use an extended logfile. Or path where this extended logfile is written. The extended logfile will contain descriptive statistics and allow for inference to possible problems when transforming data. However the computation of descriptive statistics will take extra time which is why this argument is set to FALSE by default. |
data.table |
Wheter to use the data.table package for merge process. (Minimal faster) |
... |
Optionally commands are passed to |
New merged data.frame
according to the blueprint. It is set to the class tibble
.
Marc Schwenzer <m.schwenzer@uni-tuebingen.de>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.