summarise_timer_data: Summarize Receiver Operation Times

View source: R/summarise_timer_data.R

summarise_timer_dataR Documentation

Summarize Receiver Operation Times

Description

Summarize receiver operational times using data from the timer tags at each site

Usage

summarise_timer_data(
  compress_df = NULL,
  receiver_codes = NULL,
  season_start = NULL,
  season_end = NULL,
  include_noise = c(TRUE, FALSE)
)

Arguments

compress_df

compressed observational data. Either the output of read_csv_data() or read_txt_data() and compress_raw_data().

receiver_codes

character vector of receiver codes to download files for. The default is NULL, which will keep all receiver codes found in the path folder

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 TRUE or not FALSE any noise records ending in "995" when summarising receiver operational times. Default is TRUE.

Value

summaries of operational times for each receiver

Author(s)

Mike Ackerman and Kevin See


mackerman44/telemetyr documentation built on Feb. 15, 2025, 1:08 a.m.