tcplListFlds | R Documentation |
tcplListFlds
loads the column names for the given table and database.
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.
## Not run:
## Gives the fields in the mc1 table
tcplListFlds("mc1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.