gtoxListFlds | R Documentation |
gtoxListFlds
loads the column names for the given table and database.
gtoxListFlds(tbl, db = getOption("TCPL_DB"))
tbl |
Character of length 1, the gtox database table |
db |
Character of length 1, the gtox database |
This function can be particularly useful in defining the 'fld' param in the gtoxLoad- functions.
A string of field names for the given table.
## Gives the fields in the mc1 table
gtoxListFlds("mc1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.