Learn R Programming

yamlet (version 0.5.3)

factorize_codelist.default: Coerce Codelist to Factor by Default

Description

Coerces Codelist to Factor by Default. Coerces to character and calls next method.

Usage

# S3 method for default
factorize_codelist(x, ...)

Arguments

x

presumably vector-like

...

passed arguments

Value

class 'classified' 'factor'

See Also

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