time_jd | R Documentation |
This function converts a POSIXct-like date into the corresponding Julian Day number and returns it as string format.
time_jd(time)
time |
|
There is also a more powerful function to convert between different time
formats, see time_convert
for details.
Character
value, Julian Day corresponding to the input
date.
Michael Dietze
time_jd(time = "2020-05-01")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.