View source: R/download_minimal_wastd_turtledata.R
| download_minimal_wastd_turtledata | R Documentation | 
Download a minimal dataset of turtle observations from WAStD
download_minimal_wastd_turtledata( source = "odk", year = NULL, api_url = wastdr::get_wastdr_api_url(), api_token = wastdr::get_wastdr_api_token(), verbose = wastdr::get_wastdr_verbose() )
source | 
 The WAStD Encounter source, default: "odk".  | 
year | 
 The earliest calendar year to be returned. Default: NULL.
This value, if not NULL, will be used to construct a query parameter
  | 
api_url | 
 (character) The WAStD API URL,
default   | 
api_token | 
 (character) The WAStD API token,
default   | 
verbose | 
 Whether to show debug messages. Default: wastdr::get_wastdr_verbose()  | 
A list of tibbles:
users A tibble of user names, roles, and contact details which can be used to resolve submitted user names to WAStD user IDs
enc A tibble of encounters (source, source ID, QA status) which can be used to determine which encounters to create / update / skip.
surveys A tibble of surveys reconstructed from source and year.
Other api: 
build_auth(),
download_wastd_sites(),
download_wastd_turtledata(),
download_wastd_users(),
export_wastd_turtledata(),
filter_wastd_turtledata_area(),
filter_wastd_turtledata_seasons(),
filter_wastd_turtledata(),
handle_http_status(),
wastd_GET(),
wastd_POST(),
wastd_bulk_post(),
wastd_chunk_post(),
wastd_create_update_skip(),
wastd_parse(),
wastd_post_one()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.