w_meta {rwebstat}R Documentation

Get metadata from a dataframe returned by w_data function

Description

Get metadata from a dataframe returned by w_data function

Usage

w_meta(data)

Arguments

data

dataframe from w_data()

Value

dataframe

Examples

## Not run: 
## Request the US Dollar monthly exchange rates in Euro
df <- w_data(dataset_name = "EXR", series_name = "M.USD.EUR.SP00.E")
meta <- w_meta(df)

## End(Not run)


[Package rwebstat version 1.1.1 Index]