View source: R/odkc_dist_as_distenc.R
| odkc_dist_as_distenc | R Documentation |
Related TurtleNestDisturbanceObservations are generated with
odkc_dist_as_tndo.
odkc_dist_as_distenc(data, user_mapping)
data |
A tibble of parsed ODKC Disturbance encounters,
e.g. |
user_mapping |
. |
A tibble suitable to
wastd_POST("encounters")
## Not run:
data("odkc_data", package = "wastdr")
user_mapping <- NULL # see odkc_plan for actual user mapping
odkc_data$tracks %>%
odkc_dist_as_distenc(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.