nrp_read_mysid.Rd
Read mysid raw data files
nrp_read_mysid(
path = ".",
db_path = getOption("nrp.db_path", file.choose()),
recursive = FALSE,
system = NULL,
regexp = "[.]xlsx$",
fail = TRUE
)
A string of the path to the directory.
The SQLite connection object or path to the nrp SQLite database.
(Deprecated) If TRUE
recurse fully.
The system 'arrow' or 'kootenay'. If null, the system is detected from the file names.
A regular expression (e.g. [.]csv$
) passed on to grep()
to filter paths.
Should the call fail (the default) or warn if a file cannot be accessed.
A tibble.