validTagList: validTagList: Generate valid PIT tag list from LGTrappingDB

Description Usage Arguments Author(s) Examples

Description

validTagList() is a function to generate a valid tag list using the LGTrappingDB.

Usage

1
2
validTagList(input = NULL, spawnYear = "SY2016", species = "chnk",
  validTagFile = "validTagFile.txt", validTagData = "validTagData.csv")

Arguments

input

the name of the tab-delimited text file containing all of the records from the LGTrappingDB.

spawnYear

Which spawn year do you want to pull records for? Should be in character format. For example, to pull records for spawn year 2016 use "SY2016".

species

which species?

validTagFile

name of valid tag list file? Will be exported as tab delimited .txt

validTagData

name of file for all data associated with the valid tag list

Author(s)

Mike Ackerman

Examples

1
validTagList(input = LGTrappingDB_03192017, spawnYear = "SY2016", species = "chnk", exportFile = "sy2016chnkValidTagList.txt") )

ryankinzer/PITviewr documentation built on May 29, 2019, 9:10 a.m.