sub-RepoTimeInt-method: Extract parts of an object of class RepoTimeInt

[,RepoTimeInt-methodR Documentation

Extract parts of an object of class RepoTimeInt

Description

[ extracts parts of an object of class RepoTimeInt.

Usage

## S4 method for signature 'RepoTimeInt'
x[i, j, ..., drop = TRUE]

Arguments

x

Object of class RepoTimeInt from which to extract parts.

i, j, ...

indices corresponding to the elements to extract.

drop

Included for coherence.

Value

Object of class RepoTimeInt.

Examples

Ejemplo <- newRepoTime(paste0('MM', c('03', '04'), '2014'))
Ejemplo[1]
Ejemplo['MM032014']


david-salgado/RepoTime documentation built on Feb. 2, 2024, 2:07 p.m.