View source: R/retrieve-pds-data.R
retrieve_pds_tracks_data | R Documentation |
Download pelagic data system tracks in as csv
retrieve_pds_tracks_data(
path,
secret = NULL,
token = NULL,
id = NULL,
overwrite = TRUE
)
path |
String with path to file where API request should be saved |
secret |
Access secret code for the account |
token |
Access token for the account |
id |
Trip unique id from which download tracks data |
overwrite |
Will only overwrite existing path if TRUE. |
The file path
retrieve_pds_tracks_data("test.csv")
file.remove("test.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.