prep_load_workbook_like_file {dataquieR} | R Documentation |
Pre-load a file with named (usually more than) one table(s)
Description
These can thereafter be referred to by their names only. Such files are,
e.g., spreadsheet-workbooks or RData
-files.
Usage
prep_load_workbook_like_file(file, keep_types = FALSE)
Arguments
file |
the file name to load. |
keep_types |
logical keep types as possibly defined in the file.
set |
Details
Note, that this function in contrast to prep_get_data_frame does neither support selecting specific sheets/columns from a file.
Value
invisible(the cache environment)
See Also
Other data-frame-cache:
prep_add_data_frames()
,
prep_get_data_frame()
,
prep_list_dataframes()
,
prep_load_folder_with_metadata()
,
prep_purge_data_frame_cache()
,
prep_remove_from_cache()
[Package dataquieR version 2.5.1 Index]