gtoxListFlds: Load the field names for a table

Description Usage Arguments Details Value Examples

View source: R/gtoxListFlds.R

Description

gtoxListFlds loads the column names for the given table and database.

Usage

1
gtoxListFlds(tbl, db = getOption("TCPL_DB"))

Arguments

tbl

Character of length 1, the gtox database table

db

Character of length 1, the gtox database

Details

This function can be particularly useful in defining the 'fld' param in the gtoxLoad- functions.

Value

A string of field names for the given table.

Examples

1
2
## Gives the fields in the mc1 table
gtoxListFlds("mc1")

GladiaTOX documentation built on Nov. 15, 2020, 2:07 a.m.