powered by
tabulate.ff
tabulate.ff(bin, nbins = max(bin, 1, na.rm = TRUE))
FFRETURN
TRUE
ff
tabulate
#create a vector of 10 million x <- ff(vmode="integer", length=1e7) # fill first 200 with values x[1:100] <- 1 x[101:200] <- 2 # lets count tabulate.ff(x)
Run the code above in your browser using DataLab