View source: R/survey_overview.R
survey_overview | R Documentation |
Summarize survey data for a single date
survey_overview(survey_date = NULL, time_zone = "Canada/Pacific")
survey_date |
Survey date, in format |
time_zone |
The time zone to which you wish to force all date-times in the data
(the data numbers will not be changed at all, just R's interpretation of the time zone using
the |
This function will look for survey data within the data
subfolder
of your working directory and return a list with various summary tables:
scans
: A summary table of scans and their duration.
sighting_summary
: Summary metrics for each species observed.
sightings
: All data for all sightings, with intuitive column names added.
conditions
: All data for all condition zones, with intuitive column names added.
comments
: All comments.
data
: All data, with two fields added: effort
(indicating whether each row occurs
during systematic effort, with value 1
, or off-scan, value 0
) and scan_id
(with a numeric indicator of which scan of the day the row of day correspnds to;
if the row of data occurs outside of a scan, the value with be NA
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.