date_split | R Documentation |
Splits a date column into separate year, month, day, and julian day columns.
date_split(x, col)
x |
Dataframe |
col |
Date format column to split |
Dataframe with added year, month, day, and yday columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.