View source: R/survey_overviews.R
survey_overviews | R Documentation |
A wrapper for survey_overview()
.
survey_overviews(
survey_dates = NULL,
time_zone = "Canada/Pacific",
verbose = TRUE
)
survey_dates |
A character vector of 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 |
verbose |
Boolean: Print updates to Console? |
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.