get_dset {COINr}R 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

Value

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

Examples

# see examples for methods


[Package COINr version 1.1.7 Index]