getPeriodInfo: getPeriodInfo returns a data frame that describes more...

Description Usage Arguments Value Examples

View source: R/sppPeriods.R

Description

getPeriodInfo returns a data frame that describes more information give a periodName for example a periodName of 'Jun_17' will return the following list: Period : 'Jun' FromDate: (date object) '2017-06-01' ToDate: (date object) '2017-07-01' PeriodFullName: 'June'

Usage

1
getPeriodInfo(periodName = "Jun_17")

Arguments

periodName

Value

a list decsribing more details about the periodName

Examples

1
2
3
getPeriodInfo('Jun_17')
getPeriodInfo('Fall_17')
getPeriodInfo('Spring_18')

go-yohan/sppcredit documentation built on May 20, 2019, 5:21 p.m.