rk.metadata {nJira} | R Documentation |
Processing Meta Data
Description
The function returns the list of tables, fields, and their descriptions.
Usage
rk.metadata(table = NULL, fields = NULL, gettabs, getflds,
infofile = NULL)
Arguments
table |
name of the interface tables. If not specified, all the tables of the given interface are returned. |
fields |
is the list of field names whose details are required. If not specified, all the fields of the specified tables are returned. |
gettabs |
is a function that returns the list of all the tables for the given interface. |
getflds |
is a function that returns the list of all the fields for the given table. |
infofile |
is the name of the file containing information about different tables and fields of the given interface. |
Value
The function returns the resulting data frame.
[Package nJira version 0.1.1 Index]