Description Usage Arguments Details
Convert all columns with "date" in col names to Date format.
1  | convert.dates(dt, additional.cols = NULL, format = "%Y-%m-%d")
 | 
dt | 
 Data table.  | 
additional.cols | 
 Additional date columns to be parsed other than columns with the string "date".  | 
convert.dates automatically finds columns with "date" in the 
name and converts to Date.
Additional columns can be parsed on for parsing. Cannot handle multiple date 
formats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.