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

View source: R/api.R

as.character.CFTimeR Documentation

Return the timestamps contained in the CFTime instance.

Description

Return the timestamps contained in the CFTime instance.

Usage

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

Arguments

x

The CFTime instance whose timestamps will be returned.

...

Ignored.

Value

The timestamps in the specified CFTime instance.

Examples

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

CFtime documentation built on April 12, 2025, 5:07 p.m.