readDouglas: Read in Douglas filtered files

Description Usage Arguments Value

Description

Sources code in filter.R after reading in br files for custom filtering (see example file)

Usage

1
2
readDouglas(path = ".", search = "br[0-9][^.]+[0-9]\\.txt",
  ignoreErrors = FALSE, extraColumns = NULL)

Arguments

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])

Value

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)


sherrillmix/GMTHexMapR documentation built on May 29, 2019, 9:23 p.m.