read_csv: Read data from CSV files

Description Usage Arguments Value

View source: R/read_data.R

Description

Uses either read.table (base) or fread (data.table), depending on settings. The data is read from the directory 'source_model'/'source_apply' within the project folder. If there are several files, the one correct one is identified by mapping the 'model_name_part'-parameter to the file names to find a match.

Usage

1
read_csv(set)

Arguments

set

config object

Value

data.frame object.


Bilot/AI-jack-opensource-R documentation built on July 28, 2020, 1:15 a.m.