csv_convert | R Documentation |
Convert data from sqlite3 database into a csv file of curated SeaFlow data for a cruise, along with metadata files.
csv_convert(db, meta, path, cruisename, version)
db |
SQLite3 database file path. |
meta |
metadata containing cruise ID (provided by googlesheet "SeaFlow log instrument") |
path |
Path to save the file. |
version |
Version of the dataset. |
None
## Not run:
# load metadata to get offical cruise name
meta <- googlesheets4::range_read('https://docs.google.com/spreadsheets/d/1Tsi7OWIZWfCQJqLDpId2aG_i-8Cp-p63PYjjvDkOtH4/edit#gid=0')
csv_convert(db,meta, path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.