UnpackerF: Create a value unpacking object (function version).

UnpackerFR Documentation

Create a value unpacking object (function version).

Description

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

Usage

UnpackerF(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


WinVector/wrapr documentation built on Aug. 29, 2023, 4:51 a.m.