fix_vmode | R Documentation |
fix_vmode adjust the vmode of a vector to the lowest necessary to save it as ff
fix_vmode(vec)
vec |
the vector to be adapted |
a vector with the vmode attribute set appropriately
library(ff)
test <- 1:5
test <- fix_vmode(test)
vmode(test) # "nibble"
test <- fix_vmode(test[1:3])
vmode(test) # "quad"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.