queryCapHist: PTAGIS Detection History

View source: R/queryCapHist.R

queryCapHistR Documentation

PTAGIS Detection History

Description

Query and download complete capture history for one tag from PTAGIS (through DART). Due to PTAGIS no longer offering queries for the mark event information for a given tag code, only observations after the mark event are returned.

Usage

queryCapHist(
  ptagis_tag_code = NULL,
  configuration = NULL,
  include_mark = FALSE,
  api_key = NULL
)

Arguments

ptagis_tag_code

PTAGIS tag code

configuration

is a data frame which assigns node names to unique site, antenna, and site configuration ID combinations. One example can be built with the function 'buildConfig'. If no configuration file is provided, nodes are considered site codes by default. If nodes are assigned, the column name should be 'node'.

include_mark

should the mark event information be queried from PTAGIS and added to other detections? If 'TRUE', 'api_key' must be supplied for this PTAGIS query.

api_key

PTAGIS API key, given to individual users

Author(s)

Kevin See

Source

http://www.ptagis.org

https://www.cbr.washington.edu/dart

Examples

queryCapHist(ptagis_tag_code = '384.3B23A0A6EE')

KevinSee/PITcleanr documentation built on Feb. 27, 2024, 11:03 p.m.