getFields: Prints the information on the fields in the data frame...

Description Usage Value Author(s) See Also Examples

View source: R/utils.R

Description

The data frame dsList contains names of the data sets, the names of the directories, the files, which belong to each of the data sets, and some other information. The function returns a table describing the fields and their usage.

Usage

1

Value

Table containing the names, types and usage of the fields expected in dsList.

Author(s)

Petr Savicky

See Also

readMLData.

Examples

1
2
3
4
  pathData <- getPath("exampleData")
  pathDescription <- getPath("exampleDescription")
  dsList <- prepareDSList(pathData, pathDescription)
  getFields()

readMLData documentation built on May 2, 2019, 7:49 a.m.