GetMetadataInformation {MacrobondAPI}R Documentation

Get metadata information

Description

Get information about a type of metadata.

Usage

GetMetadataInformation(name)

Arguments

name

The name of a metadata attribute.

Value

Returns an instance of the MetadataInformation class. There is an exception if there is no information about the specified name.

See Also

MetadataInformation

Examples

metaInfo <- GetMetadataInformation("TimeDim")
show(metaInfo)
listAllValues(metaInfo)

[Package MacrobondAPI version 1.1-5 Index]