gtoxListFlds: Load the field names for a table

View source: R/gtoxListFlds.R

gtoxListFldsR Documentation

Load the field names for a table

Description

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

Usage

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

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


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.