View source: R/ingest-pds-data.R
ingest_complete_tracks | R Documentation |
This function uploads two files: data
, the complete tracks in a single rds
file and trips
, a vector containing unique the trips from data
useful to
take track of the synchronization status of data
.
ingest_complete_tracks(pars, data = NULL, trips = NULL)
pars |
The configuration file. |
data |
An rds file containing tracks data. |
trips |
A vector of unique Trips from the argument |
No output. This function is used for it's side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.