Description Usage Arguments Details Value Examples
tcplListFlds loads the column names for the given table and database.
1  | tcplListFlds(tbl, db = getOption("TCPL_DB"))
 | 
tbl | 
 Character of length 1, the tcpl database table  | 
db | 
 Character of length 1, the tcpl database  | 
This function can be particularly useful in defining the 'fld' param in the tcplLoad- functions.
A string of field names for the given table.
1 2  | ## Gives the fields in the mc1 table
tcplListFlds("mc1")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.