View source: R/odkc_dist_as_tndo.R
| odkc_dist_as_tndo | R Documentation |
The corresponding Encounters are created through
odkc_dist_as_distenc.
odkc_dist_as_tndo(data)
data |
A tibble of dist, e.g. |
A tibble suitable to
wastd_POST("turtle-nest-disturbance-observations")
## Not run:
data("odkc_data", package = "wastdr")
au <- Sys.getenv("WASTDR_API_DEV_URL")
at <- Sys.getenv("WASTDR_API_DEV_TOKEN")
x <- odkc_dist_as_tndo(odkc_ex$tracks_dist)
x %>% wastd_POST("turtle-nest-disturbance-observations",
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.