Learn R Programming

DyMEP (version 0.1.2)

envpredutils.period_date_creator: A function to create a date vector

Description

A function to create a date vector

Usage

envpredutils.period_date_creator(start_date, period_length)

Value

sequence of dates

Arguments

start_date

start of the phase

period_length

length of the period

Examples

Run this code
envpredutils.period_date_creator(as.Date("2024-01-15"),100)

Run the code above in your browser using DataLab