Raw (i.e. original or pre-existing) meta data can be saved to the project folder. To add additional meta data (e.g. column descriptions), see ...
Usage
save_raw_meta(
file,
project,
dataset = NULL,
tab.name = NULL,
tab.type,
parse = FALSE,
overwrite = FALSE,
...
)
Arguments
- file
String, file path.
- project
Project name.
- dataset
Optional, the data.frame associated with the meta data. Used to add column names to meta file.
- tab.name
The table name as it appears in the FishSET Database (e.g. "projectMainDataTable" if the main table).
- tab.type
The table type. Options include "main", "spat" (spatial), "port", "grid" (gridded), and "aux" (auxiliary).
- parse
Logical, whether to parse meta data from a data file. See
parse_meta
.- overwrite
Logical, whether to overwrite existing meta table entry.
- ...
Additional arguments passed to
parse_meta
.