util_rio_import_list {dataquieR} | R Documentation |
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, ...)
Arguments
fn |
the file name to load. |
keep_types |
logical keep types as possibly defined in the file.
set |
... |
additional arguments for rio::import_list |
Value
list as in rio::import_list
[Package dataquieR version 2.5.1 Index]