Get_table_names: Get Database Table Field Names

Description Usage Arguments Details Value

View source: R/Get_table_names.R

Description

Get Database Table Field Names

Usage

1
Get_table_names(username, password, dbname, sample_type)

Arguments

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

Details

This script is a helper function. In its current state, all it does is generate Rdata data sets that contain the database field names.

Value

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.


dmwarn/CruiseCheckeR documentation built on Oct. 11, 2020, 9:56 p.m.