Learn R Programming

yamlet (version 0.5.3)

factorize_codelist: Coerce Codelist to Factor

Description

Coerces codelist to factor. Generic, with default and data.frame methods. Returns 'classified' 'factor' which as an attribute-preserving subset method.

Usage

factorize_codelist(x, ...)

Arguments

x

object

...

passed arguments

Value

class 'classified' 'factor'

See Also

Other factorize_codelist: factorize_codelist.character(), factorize_codelist.data.frame(), factorize_codelist.default(), factorize_codelist.factor()