ntwd_meta: Access object's metadata

Description Usage Arguments Details Value Examples

View source: R/get.R

Description

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.

Usage

1

Arguments

x

The object that is returned from ntwd_get.

Details

Not all objects contain metadata

Value

A character vector.

Examples

1
2
x <- ntwd_get("since_1952")
ntwd_meta(x)

nationwider documentation built on April 14, 2020, 5:12 p.m.