tcplListFlds: Load the field names for a table

Description Usage Arguments Details Value Examples

Description

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

Usage

1
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

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

daynefiler/tcpl documentation built on May 15, 2019, 1:18 a.m.