BASE-cash-..repr..: "Official" String representation of the object

BASE$..repr..R Documentation

"Official" String representation of the object

Description

This function returns a "official" string representation of the object, which may be used to reconstruct the object given an appropriate environment.

Usage

BASE$..repr..()

Value

A string.

Examples


BASE$..repr..()

test <- base_()
test$..repr..()

test <- BASE$instantiate()
test$..repr..()

test <- BASE$..new..()
test$..repr..()

bandicoot documentation built on May 29, 2024, 8:01 a.m.