rk.metadata: Processing Meta Data

Description Usage Arguments Value

View source: R/rklib.r

Description

The function returns the list of tables, fields, and their descriptions.

Usage

1
2
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.


nJira documentation built on March 26, 2020, 7:56 p.m.