PullHaul.fn | R Documentation |
Pull haul data from the NWFSC data warehouse The website is: https://www.webapps.nwfsc.noaa.gov/data This function can be used to pull haul data and associated covariates
PullHaul.fn(
YearRange = c(1980, 5000),
SurveyName = NULL,
SaveFile = lifecycle::deprecated(),
Dir = NULL,
verbose = TRUE
)
YearRange |
range of years to pull data. Defaults to all years, 1977 - present. |
SurveyName |
survey to pull the data for the options are: Triennial, AFSC.Slope, NWFSC.Combo, NWFSC.Slope, NWFSC.Shelf, NWFSC.Hypoxia, NWFSC.Santa.Barb.Basin, NWFSC.Shelf.Rockfish (NWFSC.Hook.Line but both are not working), NWFSC.Video#' |
SaveFile |
Deprecated with nwfscSurvey 2.3. Output will be save automatically if the Dir input is specified. |
Dir |
directory where the file should be saved |
verbose |
A logical that specifies if you want to print messages and
warnings to the console. The default is |
Returns a data frame of haul characteristics for satisfactory hauls
Eric Ward
## Not run:
haul_dat <- PullHaul.fn(SurveyName = "NWFSC.Combo", YearRange = c(2003, 2007))
haul_dat <- PullHaul.fn()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.