Learn R Programming

encode (version 0.3.7)

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, ...)

Value

same class as x

Arguments

x

inherits data.frame

...

ignored

See Also

Other decode: as_factor(), decode(), decode.default()