checkValidDates: function to check dates, ie that t0<t1 and t0 and t1 are in...

View source: R/auxs-utils.R

checkValidDatesR Documentation

function to check dates, ie that t0<t1 and t0 and t1 are in MM-YYYY format

Description

function to check dates, ie that t0<t1 and t0 and t1 are in MM-YYYY format

Usage

checkValidDates(t0, t1)

Arguments

t0

initial date

t1

final date

Value

a list with t0 being [[1]] and t1 being [[2]]


bioC.logs documentation built on Jan. 7, 2023, 1:27 a.m.