getRvcData | R Documentation |
Dowloads sample, stratum, and taxonomic/life-history data for provided years and regions, and saves them to a list which can be used in summary statistic procuding functions in the package
getRvcData( years, regions, server = "https://grunt.sefsc.noaa.gov/rvc_analysis20/" )
years |
A numeric vector of years for which to get sample data |
regions |
A character vector of region codes for which to get sample data (e.g. "FLA KEYS", "DRY TORT", "SEFCRI") |
server |
A string containing the domain url at which to access the server |
To understand more about the meaning of the different variables
in the returned list please see the documentation for
getSampleData
, getStratumData
,
getTaxonomicData
A list containing three data frames: sample_data - containing sample information, stratum_data - containing stratum information, taxonomic_data - containing taxonomic and life history information
getStratumData
getTaxonomicData
getSampleData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.