get_data: Get subsets of indicator data

View source: R/check_and_get.R

get_dataR Documentation

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

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.

Value

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

Examples

# see individual method documentation


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