Learn R Programming

bandicoot (version 1.0.0)

BASE$get_attr: Get value of an attribute or a method

Description

This function gets the value of an attribute or a method.

Usage

BASE$get_attr(attr_name)

Value

The attribute value.

Arguments

attr_name

Character. Attribute name.

Examples

Run this code

BASE$get_attr("test")

BASE$get_attr("..methods..")

Run the code above in your browser using DataLab