Nothing
check_date <- function(string) {
if(is.na(as.Date(string, format = "%Y-%m-%d"))){
stop(paste0("The date '", string, "' is not yyyy-mm-dd formatted."),
call. = FALSE)
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.