getDataFieldsDescription: get list of datasets

View source: R/getDataFieldsDescription.R

getDataFieldsDescriptionR 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


## Not run: 
getDataFieldsDescription(145)
getDataFieldsDescription(145, "VE")

## End(Not run)

icesDatsu documentation built on Oct. 25, 2024, 1:06 a.m.