util_rio_import_list: Import list of data frames
Description
see rio::import_list
, but with argument keep_types
and modified error
handling.
Usage
util_rio_import_list(fn, keep_types, ...)
Value
list as in rio::import_list
Arguments
- fn
the file name to load.
- keep_types
logical keep types as possibly defined in the file.
set TRUE
for study data.
- ...
additional arguments for rio::import_list