convert.date.cols.fasttime | R Documentation |
Convert dates of relevant columns by reference, so as not to copy big-as tables (i.e. doesn't return anything, modifies the input.) This one uses fasttime, which is a lot faster (...) if you've got big big data. However, times need to be in a specific format.
convert.date.cols.fasttime(input.dt, date.col.names)
input.dt |
The DAOH data with date columns |
date.col.names |
The columns to convert. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.