View source: R/detected_in_period.R
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
1 2 | detected_in_period(data_set, start_date = NULL, end_date = NULL,
known_tags)
|
start_date |
Enter as character string "MM-DD-YYYY" |
end_date |
Enter as character string "MM-DD-YYYY" |
known_tags |
Tags either imported using |
detection_dataframe |
Data read in using
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.