edwindj / ffbase

Basic (statistical) functionality for R package ff
github.com/edwindj/ffbase/wiki
35 stars 15 forks source link

table.ff not working #24

Closed mtennekes closed 10 years ago

mtennekes commented 10 years ago

library(ffbase) irisFF <- as.ffdf(iris) table(irisFF$Species)

"Error in table(irisFF$Species) : attempt to set an attribute on NULL"

edwindj commented 10 years ago

Could you please check if this is also the case with the latest version in github? Because I can't reproduce it right now...

mtennekes commented 10 years ago

Ah, it works with the latest github version! Let's try it on some BIG data;-)