BASE$..repr.. {bandicoot} | 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..()
[Package bandicoot version 1.0.0 Index]