Character Vectors
The generic function as.character
converts ff
vectors to characters.
## S3 method for class 'ff' as.character(x, ...)
x |
a |
... |
other parameters passed on to chunk |
A factor ff
vector of the same length of x.
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())))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.