Description Usage Arguments Value
Sources code in filter.R after reading in br files for custom filtering (see example file)
1 2 | readDouglas(path = ".", search = "br[0-9][^.]+[0-9]\\.txt",
ignoreErrors = FALSE, extraColumns = NULL)
|
path |
System path to directory containing Douglas outputted files |
search |
Regular expression to select files (defaults to br files) |
ignoreErrors |
If true does not check for correct deployment information (lc94=DP) |
extraColumns |
A vector of extra column names (present in the br files) that should also be returned (should be consistent over a day [e.g. deployday not time]) |
Data frame with median position for each day present in br file with columns c('animal', 'ptt', 'date', 'month', 'year', 'rdate', 'season', 'dir','file','deployday', extraColumns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.