Write tables to file
Usage
write_tables(
  path,
  sep = ",",
  DataValues = NULL,
  Variables = NULL,
  Methods = NULL,
  Sources = NULL,
  Sites = NULL,
  QualityControlLevels = NULL,
  SeriesCatalog = NULL,
  Qualifiers = NULL
)Arguments
- path
 (character) A path to the directory in which the files will be written.
- sep
 (character) Field delimiter to use when writing files. Default is comma.
- DataValues
 (tbl_df, tbl, data.frame) The DataValues table.
- Variables
 (tbl_df, tbl, data.frame) The Variables table.
- Methods
 (tbl_df, tbl, data.frame) The Methods table.
- Sources
 (tbl_df, tbl, data.frame) The Sources table.
- Sites
 (tbl_df, tbl, data.frame) The Sites table.
- QualityControlLevels
 (tbl_df, tbl, data.frame) The QualityControlLevels table.
- SeriesCatalog
 (tbl_df, tbl, data.frame) The SeriesCatalog table.
- Qualifiers
 (tbl_df, tbl, data.frame) The Qualifiers table.
