powered by
The generic function as.character converts ff vectors to characters.
as.character
ff
# S3 method for ff as.character(x, ...)
a ff vector
other parameters passed on to chunk
A factor ff vector of the same length of x.
# 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