Some datasets in nationwide contain metadata that cannot be displayed in a dataframe. All metadata are stored as attributes to the dataframe, where it can be displayed with ntwd_meta.

ntwd_meta(x)

Arguments

x

The object that is returned from ntwd_get.

Value

A character vector.

Details

Not all objects contain metadata

Examples

# \donttest{ x <- ntwd_get("since_1952") ntwd_meta(x)
#> [1] "1952 Q4 = 100"
# }