UnpackerP: Create a value unpacking object (eager pipe version).

UnpackerPR Documentation

Create a value unpacking object (eager pipe version).

Description

Create a value unplacking object that records it is stored by name object_name (eager pipe version).

Usage

UnpackerP(object_name = NULL)

Arguments

object_name

character, name the object is stored as

Details

Array-assign form can not use the names: ., wrapr_private_self, value, or the name stored in object_name. function form can not use the names: . or wrapr_private_value. Array-form with =, <-, -> will write own name into working environment as a side-effect. Array-form with := does not have the side-effect.

Value

an unpacker


wrapr documentation built on Aug. 20, 2023, 1:08 a.m.