tcplListFlds: Load the field names for a table

View source: R/tcplListFlds.R

tcplListFldsR Documentation

Load the field names for a table

Description

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

Usage

tcplListFlds(tbl, db = getOption("TCPL_DB"))

Arguments

tbl

Character of length 1, the tcpl database table

db

Character of length 1, the tcpl database

Details

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

Value

A string of field names for the given table.

Examples

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


USEPA/CompTox-ToxCast-tcpl documentation built on April 22, 2024, 12:37 p.m.