Learn R Programming

COINr (version 1.1.14)

get_data: Get subsets of indicator data

Description

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

Usage

get_data(x, ...)

Value

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

Arguments

x

A coin or purse

...

Arguments passed to methods

Details

  • get_data.coin()

  • get_data.purse()

This function replaces the now-defunct getIn() from COINr < v1.0.

Examples

Run this code
# see individual method documentation

Run the code above in your browser using DataLab