detected_in_period: detected_in_period.R This is a method to determine if there...

Description Usage Arguments

View source: R/detected_in_period.R

Description

detected_in_period.R This is a method to determine if there was a detection of a particular tag in a specied period and return a bolean of detections

Usage

1
2
detected_in_period(data_set, start_date = NULL, end_date = NULL,
  known_tags)

Arguments

start_date

Enter as character string "MM-DD-YYYY"

end_date

Enter as character string "MM-DD-YYYY"

known_tags

Tags either imported usingtags_from_db.

detection_dataframe

Data read in using get_detection_data.


Keegan-Evans/pitDataR documentation built on July 9, 2019, 5:59 p.m.