Skip to content
Prev 358963 / 398502 Next

removing factor values in the main data frame

Also check ?"[.factor" and the drop=TRUE argument, which allows you to drop unused level from one particular factor. (Yes, there are good reasons that this is not the default.)

-pd