View source: R/odkc_tracks_log_as_loggerenc.R
odkc_tracks_log_as_loggerenc | R Documentation |
Transform odkc_data$tracks into WAStD TurtleNestEncounters.
odkc_tracks_log_as_loggerenc(data, user_mapping)
data |
A tibble of parsed ODKC Logger encounters,
e.g. |
user_mapping |
. |
A tibble suitable to
wastd_POST("logger-encounters")
## Not run: data("odkc_data", package = "wastdr") user_mapping <- NULL # see odkc_plan for actual user mapping odkc_data$tracks %>% odkc_tracks_log_as_loggerenc(user_mapping) %>% head(1) %>% jsonlite::toJSON() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.