View source: R/odkc_tt_as_wastd_lte.R
| odkc_tt_as_wastd_lte | R Documentation | 
Transform odkc_data$track_tally into WAStD LineTransectEncounters.
odkc_tt_as_wastd_lte(data, user_mapping)
data | 
 A tibble of parsed ODKC Track Tallies,
e.g.   | 
user_mapping | 
 .  | 
A tibble suitable to
wastd_POST("line-transect-encounters")
## Not run: 
data("odkc_data", package = "wastdr")
user_mapping <- NULL # see odkc_plan for actual user mapping
odkc_data$track_tally %>%
  odkc_tt_as_wastd_lte(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.