ffbase (version 0.12.8)

as.character.ff: Character Vectors

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
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())))


# }

Run the code above in your browser using DataLab