View source: R/summarise_timer_data.R
summarise_timer_data | R Documentation |
Summarize receiver operational times using data from the timer tags at each site
summarise_timer_data(
compress_df = NULL,
receiver_codes = NULL,
season_start = NULL,
season_end = NULL,
include_noise = c(TRUE, FALSE)
)
compress_df |
compressed observational data. Either the output of |
receiver_codes |
character vector of receiver codes to download files for.
The default is |
season_start |
character with format "YYYYMMDD" the first day of the season that the receivers were considered turned on |
season_end |
character with format "YYYYMMDD" the final day of the season that the receivers were all turned off |
include_noise |
would user like to include |
summaries of operational times for each receiver
Mike Ackerman and Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.