Nothing
Code
df <- read_excel(test_sheet("dates-leap-year-1900-xlsx.xlsx"), col_types = c(
"date", "text", "logical"))
Warning <simpleWarning>
NA inserted for impossible 1900-02-29 datetime
Code
df <- read_excel(test_sheet("dates-leap-year-1900-xls.xls"), col_types = c(
"date", "text", "logical"))
Warning <simpleWarning>
NA inserted for impossible 1900-02-29 datetime
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.