ntwd_meta: Access object's metadata

View source: R/get.R

ntwd_metaR Documentation

Access object's metadata

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

ntwd_meta(x)

Arguments

x

The object that is returned from ntwd_get.

Details

Not all objects contain metadata

Value

A character vector.

Examples


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


kvasilopoulos/nationwider documentation built on Oct. 13, 2024, 7:37 p.m.