.set_repr: Set Representation Format
Description
Converts an object into a specific representation format.
Usage
.set_repr(x, repr, .keep = "unused")
Value
The object in the specified representation format.
Arguments
- x
An R object.
- repr
The representation type ("cplx", "rect", "polr").
- .keep
Controls preservation of data.