Description Usage Arguments Value See Also Examples
Accepts any character representation of a date and a description of the format. The submitted dates can be a vector or a matrix.
1 | tojulian(x, dateform = "%m/%d/%Y")
|
x |
A character representation of a date. |
dateform |
Format for calendar date, see |
A julian date, the number of days since 1 Jan 1960; a julian is an integer and can be graphed or operated as such, though it displays as a date.
base::strptime()
, base::julian()
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.