lucC_interval: lucC Intervals

Description Usage Arguments Value Author(s) Examples

Description

Provide a lucC_interval, an input pattern format used by Allen's relations. And return a value of interval

Usage

1
lucC_interval(first_date , second_date)

Arguments

first_date

Date. An date value like '2012-03-02'.

second_date

Date. An date value like '2013-03-02'.

Value

Interval value with two dates

Author(s)

Adeline M. Maciel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 

library(lucC)

lucC_starting_point()

# create some examples of intervals
time1 <- lucC_interval("2011-09-01","2011-10-01")
time2 <- lucC_interval("2011-09-15","2011-11-01")



## End(Not run)

ammaciel/lucC documentation built on May 30, 2019, 8:01 a.m.