Description Usage Arguments Value See Also Examples
View source: R/orderRepoTime.R
orderRepoTime
returns a character vector with the order of the time periods
in the input parameter.
1 | orderRepoTime(RepoTime)
|
RepoTime |
Character vector with time periods in repo notation. |
An integer vector with the same length as the input parameter RepoTime with the order of the time periods in the input parameter.
RepoTimeInt-class
, getlubriInt
1 2 3 | orderRepoTime(paste0('MM', c('04','06', '01'), '2016'))
orderRepoTime(paste0('QQ', rep(c('1', '2'), 3),c('04','06', '01'), '2016'))
orderRepoTime(paste0('AA', c('2016', '2001', '2014', '2012')))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.