get_maturity | R Documentation |
Extract a list of maturity codes and descriptions from the SVDBS FSCS_MATURITY_CODES table
get_maturity(channel)
channel |
an Object inherited from DBIConnection-class. This object is used to connect
to communicate with the database engine. (see |
A list is returned:
data |
containing the result of the executed |
sql |
containing the sql call |
colNames |
a vector of the table's column names |
Use the data dictionary for field name explanations
connect_to_database
Other helper:
get_conversion_factors()
,
get_cruise_purpose()
,
get_sex_fscs()
,
get_sex()
,
get_species()
,
get_strata()
,
get_vessel()
## Not run:
# extracts complete maturity table
channel <- dbutils::connect_to_database(server="serverName",uid="userName")
get_maturity(channel)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.