Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


INQC (version 2.0.5)

computecal: Prepares a calendar frame

Description

This function prepares a calendar frame and returns it as year,month,day (i.e., the 3 first columns of the RClimdex format)

Usage

computecal(fy, ly)

Arguments

fy

first year to work with (past)

ly

last year to work with (present)

Value

3 columns containing year,month,day

Examples

Run this code
# NOT RUN {
fy<-1981
ly<-2020
clndr<-computecal(fy,ly)
# }

Run the code above in your browser using DataLab