Displaying 1 result from an estimated 1 matches for "bbatch".
Did you mean:
  batch
  
2012 Oct 31
1
ffdfindexget from package ff
...= ff(1:5)
> another = ff(10:14)
> littleFrame = ffdf(myVec, another)
> posVec = ff(c(2, 4), vmode = 'integer')
> ffdfindexget(littleFrame, posVec)
Error in if (any(B < 1)) stop("B too small") :
  missing value where TRUE/FALSE needed
In addition: Warning message:
In bbatch(n, as.integer(BATCHBYTES/theobytes)) : NAs introduced by coercion
I'm not really sure that it gets simpler than this example.  I'm concerned
that either there's a bug in the package or that I'm missing something
completely fundamental to the function.  Any thoughts?  Thanks for yo...