check_dates | R Documentation |
coerce start/end input values to dates
check_dates(start, end)
start |
Default = ReportStart, character/date of the start of the date range. Characters in format mdY, Ymd, dmY acceptable. Will be automatically retrieved from parent environments if not specified. If start is named other than ReportStart, it must be specified. |
end |
Default = ReportEnd, character/date of the end of the date range. Characters in format mdY, Ymd, dmY acceptable. Will be automatically retrieved from parent environments if not specified. If end is named other than ReportEnd, it must be specified. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.