dfiso | R Documentation |
Function recognize date variables and modify them to ISO standard ("International Organization for Standardization")
dfiso(df)
df |
data frame or variable/s, for example data.frame(date=c("12-Mar-2021","01-Jan-2023")) |
dates formatted to ISO standard (yyyy-mm-dd)
Lukasz Andrzejewski
# data frame with different formatted dates
dfiso(data.frame(date1=c("13-02-2022","13/Feb/2022","13-Feb-2022")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.