[.Unpacker {wrapr} | R Documentation |
Prepare for unpack or bind values into the calling environment.
Description
Prepare for unpack or bind values into the calling environment. This makes pipe to behavior very close to assign to behavior for the Unpacker class.
Usage
## S3 method for class 'Unpacker'
wrapr_private_self[...]
Arguments
wrapr_private_self |
object implementing the feature, wrapr::unpack |
... |
names of to unpack to (can be escaped with bquote |
Value
prepared unpacking object
[Package wrapr version 2.1.0 Index]