Learn R Programming

CFtime (version 1.6.1)

as.character.CFTime: Return the timestamps contained in the CFTime instance.

Description

Return the timestamps contained in the CFTime instance.

Usage

# S3 method for CFTime
as.character(x, ...)

Value

The timestamps in the specified CFTime instance.

Arguments

x

The CFTime instance whose timestamps will be returned.

...

Ignored.

Examples

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

Run the code above in your browser using DataLab