BASE$..dir.. {bandicoot}R Documentation

All names in the class or instance environment

Description

This function returns all names in the environment.

Usage

BASE$..dir..()

Value

A vector of string.

Examples


BASE$..dir..()

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

[Package bandicoot version 1.0.0 Index]