Date: Date Class

Description Usage Arguments Value See Also Examples

Description

Uses the R class Date for the TOL integration in R.

Usage

1
2
# Creates a date using year-month-day specification.
Date(year, month=1, day=1)

Arguments

year

a valid year

month

the number of a month

day

a valid day of a month

Value

a Date object

See Also

See also the reference for Date objects.

Examples

1
dt <- Date(2015) #"2015-01-01" 

tolBasis documentation built on May 2, 2019, 3:44 a.m.