Learn R Programming

COINr (version 1.1.14)

get_dset: 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, ...)

Value

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

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()

Examples

Run this code
# see examples for methods

Run the code above in your browser using DataLab