Skip to contents

return numeric

Usage

obs_julian(m, d, y, origin.)

Arguments

m

numeric

d

numeric

y

numeric

origin.

string

Value

returns day since 1/1/1960

Details

Helpers Legacy

See also

Other helpers legacy: obs_id2pos(), obs_info2id()

Examples

{
if (FALSE) { # \dontrun{
# Do not run
obs_julian(1, 2020, 1)
} # }
}