powered by
CFTime
Return the timestamps contained in the CFTime instance.
# S3 method for CFTime as.character(x, ...)
The timestamps in the specified CFTime instance.
The CFTime instance whose timestamps will be returned.
Ignored.
t <- CFtime("days since 1850-01-01", "julian", 0:364) as.character(t)
Run the code above in your browser using DataLab