Learn R Programming

encode (version 0.3.6)

decode.data.frame: Decode Data Frame.

Description

Decodes a data.frame. Calls as_factor() for each column with an encoded guide attribute.

Usage

# S3 method for data.frame
decode(x, ...)

Arguments

x

inherits data.frame

...

ignored

Value

same class as x

See Also

Other decode: as_factor, decode.default, decode