Description Usage Arguments Details Value
View source: R/Get_table_names.R
Get Database Table Field Names
1 | Get_table_names(username, password, dbname, sample_type)
|
username |
Character string providing the username required to access the database, if required. |
password |
Character string providing password for database access. |
dbname |
Character string providing the name of the data source. If using ROracle, it should be GLSC. |
sample_type |
Character string naming the sample type |
This script is a helper function. In its current state, all it does is generate Rdata data sets that contain the database field names.
This is a helper function that gets the names of the fields in tables used for trawl data that are in the database. The field names in csv input files are compared against these names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.