Learn R Programming

bandicoot (version 1.0.0)

BASE$..repr..: "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..()

Arguments

Value

A string.

Examples

Run this code

BASE$..repr..()

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

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

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

Run the code above in your browser using DataLab