View source: R/getDataFieldsDescription.R
getDataFieldsDescription | R Documentation |
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.
getDataFieldsDescription(datasetverID, recordType = NULL)
datasetverID |
the dataset ID |
recordType |
string name of the record type, optional |
List of the supported records and fields.
## Not run:
getDataFieldsDescription(145)
getDataFieldsDescription(145, "VE")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.