read_data | R Documentation |
Read raw data and prepare a global DF
read_data(input_files, is_sensitive = FALSE, save_output = TRUE, workers = 1)
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 |
A DF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.