includes.partial_time.partial_time | R Documentation |
Test for whether a timestamp could be included within parttime uncertainty
## S3 method for class 'partial_time'
includes.partial_time(e1, e2)
e1 |
object to test whether includes |
e2 |
object to test whether included in |
A logical vector indicating whether partial_time
e1
includes
partial_time
e2
x_chr <- c("2019", "2019-03-01", "2019-03", "2018", "", "2018", "")
y_chr <- c("2019", "2019-03", "2019-03-01", "2016-05", "2018", "", "")
x <- as.parttime(x_chr)
y <- as.parttime(y_chr)
includes(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.