View source: R/summarise_surveys.R
| survey_count | R Documentation | 
stable
survey_count(surveys, sid, seas)
surveys | 
 (tibble) The output of   | 
sid | 
 The ID of a site, e.g. 22  | 
seas | 
 The season as integer, e.g. 2018  | 
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()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.