Learn R Programming

bandicoot (version 1.0.0)

BASE$..str..: String representation of the object

Description

This function returns a string representation of the object.

Usage

BASE$..str..()

Arguments

Value

A string.

Examples

Run this code

BASE$..str..()

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

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

Run the code above in your browser using DataLab