asCharAd0-methods: Type-cast an AD0-object to character

as.character.AD0R Documentation

Type-cast an AD0-object to character

Description

Type-cast an AD0-object, i.e. the Java reference, back to an R-character object of format YYYY-MM-DDTXX.

Usage

## S3 method for class 'AD0'
as.character(object)

Arguments

object

An object of class AD0 containing the Java reference to be casted

Value

An R-character representing the Java date

See Also

AD0

Examples

ad0 <- AD0("2014-01-01T00")
as.character.AD0(ad0)


wbreymann/FEMS documentation built on May 6, 2024, 2:19 p.m.