View source: R/odkc_tracks_fan_outlier_as_tnheo.R
odkc_tracks_fan_outlier_as_tnheo | R Documentation |
Transform odkc_data$tracks into WAStD TNHE Outliers.
odkc_tracks_fan_outlier_as_tnheo(data)
data |
A tibble of tracks, e.g. |
A tibble suitable to
wastd_POST("turtle-nest-hatchling-emergence-outliers")
## Not run: data("odkc_data", package = "wastdr") au <- Sys.getenv("WASTDR_API_DEV_URL") at <- Sys.getenv("WASTDR_API_DEV_TOKEN") x <- odkc_tracks_fan_outlier_as_tnheo(odkc_ex$tracks_fan_outlier) x %>% wastd_POST("turtle-nest-hatchling-emergence-outliers", 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.