as.character.ff: Character Vectors

Description Usage Arguments Value See Also Examples

View source: R/as.R

Description

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

Usage

1
2
## 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

1
2
3
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())))

ffbase documentation built on Feb. 27, 2021, 5:06 p.m.