Closed jwijffels closed 11 years ago
Fixed :-)
nice service
2013/9/24 Edwin de Jonge notifications@github.com
Fixed :-)
— Reply to this email directly or view it on GitHubhttps://github.com/edwindj/ffbase/issues/3#issuecomment-25043526 .
groeten/kind regards, Jan
Jan Wijffels Statistical Data Miner www.bnosac.be | +32 486 611708
require(ffbase) x <- data.frame(a = 1:10, b = 1:10, c = factor(LETTERS[1:10], levels=LETTERS)) x <- as.ffdf(x) names(x) <- c("x","y","z") names(droplevels(x))