getDataFieldsDescription {icesDatsu}R Documentation

get list of datasets

Description

A list of the available fields for the specified format and record (optional filter). in this list it is specified the field type, if it is mandatory and if it is linked with any vocabulary.

Usage

getDataFieldsDescription(datasetverID, recordType = NULL)

Arguments

datasetverID

the dataset ID

recordType

string name of the record type, optional

Value

List of the supported records and fields.

Examples



getDataFieldsDescription(145)
getDataFieldsDescription(145, "VE")


[Package icesDatsu version 1.1.0 Index]