GetMetadataInformation {MacrobondAPI} | R Documentation |
Get information about a type of metadata.
GetMetadataInformation(name)
name |
The name of a metadata attribute. |
Returns an instance of the MetadataInformation
class. There is an exception if there is no information about the specified name.
metaInfo <- GetMetadataInformation("TimeDim") show(metaInfo) listAllValues(metaInfo)