View source: R/import_date_check.R
Function looks for dates out of the expected range, possible swapped months and dates, or if dates are in the future
1 2 3 4 5 6 7 8 |
df |
pass in data frame |
col |
pass in a column name |
check_future |
whether to return warnings for dates in the future (default is true) |
date_blacklist |
a list of dates which we don't interpret as valid |
valid_date_range |
list of two years, between which dates should be interpreted as valid |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.