| col_date_mdy | R Documentation |
Parse dates with format MM/DD/YYYY. This function simply wraps around
readr::col_date() with the format argument set to "%m/%d/%Y". Many US
campaign finance datasets use this format.
col_date_mdy()
col_date_usa()
A POSIXct vector.
readr::read_csv(file = "x\n11/09/2016", col_types = readr::cols(x = col_date_mdy()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.