BASE-cash-..str..: String representation of the object

BASE$..str..R Documentation

String representation of the object

Description

This function returns a string representation of the object.

Usage

BASE$..str..()

Value

A string.

Examples


BASE$..str..()

# Inherit from BASE
TEST <- new_class(BASE, class_name = "TEST")
TEST$..str..()

# Instantiate
test <- BASE$instantiate()
test$..str..()

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