search for: finonexit

Displaying 4 results from an estimated 4 matches for "finonexit".

Did you mean: findnext
2012 Oct 02
1
ffsave problems
...t;)= chr "clone" .. .. ..- attr(*, "filename")= chr "C:/Users/ADMIN-~1/AppData/Local/Temp/RtmpqmcfGU/clone10d86b45b04.ff" .. .. ..- attr(*, "pagesize")= int 65536 .. .. ..- attr(*, "finalizer")= chr "delete" .. .. ..- attr(*, "finonexit")= logi TRUE .. .. ..- attr(*, "readonly")= logi FALSE .. .. ..- attr(*, "caching")= chr "mmnoflush" .. ..- attr(*, "virtual")= list() .. .. ..- attr(*, "Length")= int 65640757 .. .. ..- attr(*, "Symmetric")= logi FALSE .....
2009 Nov 26
1
Save workspace with ff objects
Hi All, My script generates a mixture of normal and ff objects. I need to run the script for different parameter settings. Very often I would like to save the workspace for each parameter setting, so that I can get back to it later on. Is there an easy way to do this, instead of needing to save individual ff objects separately? I've tried the naive way of just saving the workspace, only to
2012 Jun 10
1
HELP: ff package
I use the ff-package for large data and have good success in session. To ensure my data is available for the next R session, I save my workspace and use the /ffsave/ command to archive my large data objects. Syntax is simple: > ffsave(file="~/path/archiveName", list="objectName") when I have multiple files to save, the list is expanded using c(). When I start a new R
2012 Oct 01
3
ffbase, help with %in%
Hello to everyone. I'm trying to use the %in% to match to vectors in ff format. a<-as.ff(data[,1]) %in% fire$fecha > aff (open) logical length=3653 (3653) [1] [2] [3] [4] [5] [6] [7] [8] [3646] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE : FALSE [3647] [3648] [3649] [3650] [3651] [3652] [3653] FALSE FALSE FALSE FALSE FALSE FALSE