Nothing
Code
vroom(I("x\n6/28/2016"), delim = ",", col_types = list(x = col_date("%m/%/%Y")),
altrep = FALSE)
Condition
Error:
! Unsupported format
Code
vroom(I("x\n6/28/2016"), delim = ",", col_types = list(x = col_datetime(
"%m/%/%Y")), altrep = FALSE)
Condition
Error:
! Unsupported format
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.