tcplListFlds {tcpl} | R 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")
[Package tcpl version 3.1.0 Index]