locate.scsset | R Documentation |
Functions to locate various data file(s) from the Snow Crab Survey.
## S3 method for class 'scsset'
locate(x, year, source = "gulf.data", ...)
## S3 method for class 'scscat'
locate(x, year, source = "gulf.data", remove = "bad", ...)
## S3 method for class 'scsbio'
locate(x, year, source = "gulf.data", remove = "bad", ...)
## S3 method for class 'scslen'
locate(x, year, source = "gulf.data", remove = "bad", ...)
x |
Data object. |
year |
Survey year. |
source |
Character string specifying the data source for data files. Options are ‘ascii’ or a gulf package name (e.g. ‘gulf.data’). |
remove |
Character string vector specifying a list of key words, which if found in the data path or file name, are removed from the search results. |
tow.id |
Character string(s) specifying a tow identifier(s) (e.g. ‘GP354F’). |
locate(scsset)
: Locate snow crab survey set data files.
locate(scscat)
: Locate snow crab survey biological data files.
locate(scsbio)
: Locate snow crab survey biological data files.
locate(scslen)
: Locate snow crab survey by-catch length data files.
scs
read.scs
locate.scsset() # Find all snow crab survey set data files.
locate.scsset(2020) # Find specific year.
locate.scsset(2010:2020) # Find set of years.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.