as.character.ff {ffbase}R Documentation

Character Vectors

Description

The generic function as.character converts ff vectors to characters.

Usage

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

Arguments

x

a ff vector

...

other parameters passed on to chunk

Value

A factor ff vector of the same length of x.

See Also

as.character

Examples

as.character(ff(c(NA, 1:100)))
as.character(ff(seq.Date(Sys.Date(), Sys.Date()+100, by = "day")))
as.character(ff(c(Sys.time())))



[Package ffbase version 0.12.8 Index]