Description Usage Arguments Value Examples
Takes the three date-related columns and turns them into one cohesive date column. Some instances of DAY and MONTH are NA. NA days will be replaced with 1, NA months will be replaced with Jan. Negative years have been removed.
1 |
days |
day of year as (int) |
months |
month (int) |
years |
year (int) |
Returns a single date vector DATES
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.