decode.data.frame: Decode Data Frame.

View source: R/encode.R

decode.data.frameR Documentation

Decode Data Frame.

Description

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

Usage

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

Arguments

x

inherits data.frame

...

ignored

Value

same class as x

See Also

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


encode documentation built on Feb. 18, 2026, 9:06 a.m.