BASE$..str.. {bandicoot}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..()

[Package bandicoot version 1.0.0 Index]