load_raw_data: Load Raw Data

Description Usage Arguments Value Examples

Description

this function read a folder and import raw data to a dataframe. It automatically finds separator.

Usage

1
2
load_raw_data(n = -1, path_raw_files = "data_raw", col_classes = NaN,
  sep = NaN)

Arguments

n

Number of lines to use- -1 implies all the lines

path_raw_files

A path to local files where the files with data are located

col_classes

A vector with configuration of what column to read and of what type. Use factor for IDs or labels and NA for default numeric values

sep

A separator for columns in raw files. If NaN, an automatic process will be conducted to detect the separator.

Value

a Data Frame to overlay.

Examples

1
load_data()

mguevara/rescinnet documentation built on July 7, 2019, 12:45 a.m.