read_data: read_data

View source: R/read_data.R

read_dataR Documentation

read_data

Description

Read raw data and prepare a global DF

Usage

read_data(input_files, is_sensitive = FALSE, save_output = TRUE, workers = 1)

Arguments

input_files

A character vector of files to read

is_sensitive

If the data contains sensitive information, select TRUE to save in .vault. TRUE / FALSE

save_output

TRUE / FALSE

workers

number of threads for data.table::fread

Value

A DF


gorkang/jsPsychHelpeR documentation built on Oct. 15, 2024, 8 a.m.