rda.conversion.convertData: Convert RAW data to RDA data.

Description Usage Arguments Details See Also

View source: R/rda_conversion.R

Description

This function converts RAW data into the package-typical RDA format.

Usage

1
rda.conversion.convertData(directory = "inst/extdata")

Arguments

directory

The directory in which the RAW files should be searched.

Details

This function is a wrapper around all other functions with the rda.conversion prefix. It starts by calling rda.conversion.ensureDataDir to ensure that the target directory for the RDA files exists. Once that is assured the specified directory will be checked via rda.conversion.checkRawData for its existance. In case it exists the list of contained files will be returned and be iteratively loaded via rda.conversion.loadDataFile and saved as a RDA via rda.conversion.saveAsRDA.

See Also

rda.conversion.ensureDataDir

rda.conversion.checkRawData

rda.conversion.loadDataFile

rda.conversion.saveAsRDA


MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.