getFields {readMLData}R Documentation

Prints the information on the fields in the data frame dsList describing the data sets.

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

getFields()

Value

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

Author(s)

Petr Savicky

See Also

readMLData.

Examples

  pathData <- getPath("exampleData")
  pathDescription <- getPath("exampleDescription")
  dsList <- prepareDSList(pathData, pathDescription)
  getFields()

[Package readMLData version 0.9-7 Index]