View source: R/detect_date_interval.R
detect_date_interval | R Documentation |
Function to determine period of a date vector.
detect_date_interval(date, skip = 1L, n = 100L, text_return = FALSE)
date |
A date vector of |
skip |
Number of elements in |
n |
Number of elements in |
text_return |
Should the date interval be evaluated and a friendly text- based return be attempted? |
Integer or character vector with a length of 1
.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.