[Stable]

parse_animal_encounters(wastd_api_response, payload = "data")

Arguments

wastd_api_response

A wastd_api_response of animal-encounters, e.g. get_wastd("animal-encounters")

payload

The parameter payload for wastd_parse.

Value

A tbl_df with columns:

  • area_name (chr)

  • area_type (chr)

  • area_id (int)

  • site_name (chr)

  • site_type (chr)

  • site_id (int)

  • survey_id (int)

  • survey_start_time (dttm)

  • survey_end_time (dttm)

  • survey_start_comments (chr)

  • survey_end_comments (chr)

  • datetime (dttm)

  • turtle_date (date)

  • season (int)

  • season_week (int) Number of completed weeks since fiscal year start

  • iso_week (int) Number of completed weeks since calendar year start

  • longitude (chr)

  • latitude (chr)

  • crs (chr)

  • location_accuracy (dbl)

  • name (chr)

  • species (chr)

  • health (chr)

  • sex (chr)

  • maturity (chr)

  • behaviour (chr)

  • habitat (chr)

  • activity (chr)

  • comments (chr)

  • nesting_event (chr)

  • checked_for_injuries (chr)

  • scanned_for_pit_tags (chr)

  • checked_for_flipper_tags (chr)

  • cause_of_death (chr)

  • cause_of_death_confidence (chr)

  • absolute_admin_url (chr)

  • obs (list)

  • source (chr)

  • source_id (chr)

  • encounter_type (chr)

  • status (chr)

See also

Other wastd: add_nest_labels(), disturbance_by_season(), filter_alive(), filter_dead(), filter_disturbance(), filter_predation(), ggplot_disturbance_by_season(), ggplot_emergence_success(), ggplot_hatching_success(), ggplot_hatchling_misorientation(), ggplot_nesting_success_per_area_season_species_pct(), ggplot_nesting_success_per_area_season_species(), ggplot_sighting_status_per_area_season_species(), ggplot_total_emergences_per_area_season_species(), ggplot_track_success_by_date(), ggplot_track_successrate_by_date(), hatching_emergence_success_area(), hatching_emergence_success_site(), hatching_emergence_success(), map_dist(), map_fanangles(), map_mwi(), map_nests(), map_tracks(), map_wastd_wamtram_sites(), map_wastd(), nesting_success_per_area_day_species(), nesting_success_per_area_season_species(), nesting_type_by_area_season_age_species(), nesting_type_by_area_season_species(), nesting_type_by_season_age_species(), nesting_type_by_season_calendarday_age_species(), nesting_type_by_season_calendarday_species(), nesting_type_by_season_day_species(), nesting_type_by_season_species(), nesting_type_by_season_week_age_species(), nesting_type_by_season_week_site_species(), nesting_type_by_season_week_species(), nesting_type_by_site_season_age_species(), nesting_type_by_site_season_species(), parse_area_sf(), parse_area(), parse_encounterobservations(), parse_surveys(), parse_turtle_nest_encounters(), print.wastd_api_response(), sighting_status_per_area_season_species(), sighting_status_per_site_season_species(), summarise_hatching_and_emergence_success(), summarise_wastd_data_per_day_site(), total_emergences_per_area_season_species(), total_emergences_per_site_season_species(), track_success_by_species(), track_success(), tracks_ts()