survey_count: Return the number of surveys for a given site_id and season

View source: R/summarise_surveys.R

survey_countR Documentation

Return the number of surveys for a given site_id and season

Description

\lifecycle

stable

Usage

survey_count(surveys, sid, seas)

Arguments

surveys

(tibble) The output of parse_surveys.

sid

The ID of a site, e.g. 22

seas

The season as integer, e.g. 2018

See Also

Other wastd_surveys: duplicate_surveys(), list_survey_count(), list_survey_effort(), plot_survey_count(), plot_survey_effort(), survey_count_heatmap(), survey_ground_covered(), survey_hours_heatmap(), survey_hours_per_person(), survey_hours_per_site_name_and_date(), survey_season_site_stats(), survey_season_stats(), survey_show_detail(), surveys_per_site_name_and_date()

Examples

data("wastd_data")
one_season <- unique(wastd_data$surveys$season)[1]
one_site_id <- unique(wastd_data$surveys$site_id)[1]
survey_count(wastd_data$surveys, one_site_id, one_season)

parksandwildlife/wastdr documentation built on Nov. 17, 2022, 4:52 p.m.