Description Usage Arguments Value See Also Examples
The generic function as.character
converts ff
vectors to characters.
1 2 | ## 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.
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())))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.