Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

droplevels.ffdf

The function droplevels is used to drop unused levels from factors in a ffdf


Description

The function droplevels is used to drop unused levels from factors in a ffdf

Usage

## S3 method for class 'ffdf'
droplevels(x, except = NULL, ..., inplace = FALSE)

Arguments

x

ffdf object

except

specify which columns will be excluded from dropping levels

...

further arguments passed to droplevels.ff

inplace

if TRUE the columns will be physically changed, otherwise (default) new ff vectors will be created

Value

ffdf object where levels of factors are dropped

See Also


ffbase

Basic Statistical Functions for Package 'ff'

v0.13.3
GPL-3
Authors
Edwin de Jonge, Jan Wijffels, Jan van der Laan
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.