time_jd {eseis} | R Documentation |
Convert time string to Julian Day
Description
This function converts a POSIXct-like date into the corresponding Julian Day number and returns it as string format.
Usage
time_jd(time)
Arguments
time |
|
Details
There is also a more powerful function to convert between different time
formats, see time_convert
for details.
Value
Character
value, Julian Day corresponding to the input
date.
Author(s)
Michael Dietze
Examples
time_jd(time = "2020-05-01")
[Package eseis version 0.8.1 Index]