Description Usage Arguments Author(s) Examples
validTagList() is a function to generate a valid tag list using the LGTrappingDB.
1 2 | validTagList(input = NULL, spawnYear = "SY2016", species = "chnk",
validTagFile = "validTagFile.txt", validTagData = "validTagData.csv")
|
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 |
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 |
Mike Ackerman
1 | validTagList(input = LGTrappingDB_03192017, spawnYear = "SY2016", species = "chnk", exportFile = "sy2016chnkValidTagList.txt") )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.