date_to_yday | R Documentation |
Convert date in the form "YYY-MM-DD" to year-day (a.k.a. julian-day) in the form "YYYY-YDAY"
date_to_yday(mydate)
mydate |
string in the form "YYY-MM-DD"representing input date |
string in the form "YYYY-YDAY" representing output year-day (a.k.a. julian-day)
date_to_yday("2022-05-30")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.