a tibble (nested or not depending on raw data) containing all the
data from the raw files present at the location provided
Arguments
location
location of the files
file_type
type of file (82z or 81x). If "auto" (default), the
function will try to detect it by itself.
file_type_list
list of file types
data_file
name of the file with raw data
meta_file
name of the file with meta data
regex_file
regex expression matching the name of the 82z file. Here
in case the user has a different than the default and for easier updates.
sample
sample = n randomly selects n files to be imported.
This allows for testing the setup before importing a potentially large list
of files which will take time and be difficult to handle.