get_dset: Gets a named data set and performs checks

View source: R/check_and_get.R

get_dsetR Documentation

Gets a named data set and performs checks

Description

A helper function to retrieve a named data set from coin or purse objects. See individual documentation on:

Usage

get_dset(x, dset, ...)

Arguments

x

A coin or purse

dset

A character string corresponding to a named data set within .$Data. E.g. "Raw".

...

arguments passed to or from other methods.

Details

  • get_dset.coin()

  • get_dset.purse()

Value

Data frame of indicator data, indexed also by time if input is a purse.

Examples

# see examples for methods


COINr documentation built on Oct. 9, 2023, 5:07 p.m.