read_csv_or_zip | R Documentation |
read_csv_or_zip Read input files, adapting to multiple csv's or a single zip
read_csv_or_zip(input_files, workers = 1, only_list = FALSE)
input_files |
multiple csv's or a single zip |
workers |
Workers for data.table::fread |
only_list |
Only list the files, but do not read them |
Either a list of files or a dataframe after reading the files
read_csv_or_zip(system.file("extdata/", "999.zip", package = "jsPsychHelpeR"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.