Description Usage Arguments Value Note Examples
View source: R/Main_functions.R
This function makes a Date from the supplied year, month, and day paramters. NA values for month and day are replaced by 1.
1 | to_date(year, month, day)
|
year |
Numeric year |
month |
Numeric month |
day |
Numeric day |
A Date object
This function is for internal use only.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.