Description Usage Arguments Value Examples
View source: R/checkStartEndDate.r
Checks that the start date is before the end date. If not, it will give the user the opportunity to correct, otherwise will create a warning.
1 | checkStartEndDate(startDate, endDate, interactive = TRUE)
|
startDate |
character |
endDate |
character |
interactive |
logical Option for interactive mode. If true, there is user interaction for error handling and data checks. |
vector where first value is startDate, second is endDate
1 2 3 4 |
startDate <- '1985-01-01'
endDate <- '1990-01-01'
checkStartEndDate(startDate, endDate)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.