Learn R Programming

CFtime (version 1.4.1)

as.character,CFtime-method: Return the timestamps contained in the CFtime instance.

Description

Return the timestamps contained in the CFtime instance.

Usage

# S4 method for CFtime
as.character(x)

Value

The timestamps in the specified CFtime instance.

Arguments

x

The CFtime instance whose timestamps will be returned

Examples

Run this code
cf <- CFtime("days since 1850-01-01", "julian", 0:364)
as.character(cf)

Run the code above in your browser using DataLab