View source: R/odkc_tt_as_wastd_turtlenestobs.R
| odkc_tt_as_wastd_turtlenestobs | R Documentation |
Transform odkc_data$tt into WAStD TurtleNestObservations (egg counts).
odkc_tt_as_wastd_turtlenestobs(data)
data |
A tibble of turtle tagging data, e.g. |
A tibble suitable to
wastd_POST("turtle-nest-excavations")
## Not run:
data("odkc_data", package = "wastdr")
au <- Sys.getenv("WASTDR_API_DEV_URL")
at <- Sys.getenv("WASTDR_API_DEV_TOKEN")
x <- odkc_tt_as_wastd_turtlenestobs(odkc_data$tt)
x %>% wastdr::wastd_POST("turtle-nest-excavations", 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.