View source: R/odkc_tracks_as_tnhe.R
odkc_tracks_as_tnhe | R Documentation |
Transform odkc_data$tracks into WAStD TurtleNestHatchlingEmergences.
odkc_tracks_as_tnhe(data)
data |
A tibble of tracks, e.g. |
A tibble suitable to
wastd_POST("turtle-nest-hatchling-emergences")
## Not run: data("odkc_data", package = "wastdr") au <- Sys.getenv("WASTDR_API_DEV_URL") at <- Sys.getenv("WASTDR_API_DEV_TOKEN") x <- odkc_tracks_as_tnhe(odkc_ex$tracks) x %>% wastd_POST( serializer = "turtle-nest-hatchling-emergences", api_url = au, api_token = at ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.