locals {toscutil}R Documentation

Get specified Environment as List

Description

Return all symbols in the specified environment as list.

Usage

locals(without = c(), env = parent.frame())

Arguments

without

Character vector. Symbols from current env to exclude.

env

Environment to use. Defaults to the environment from which locals is called.

Value

Specified environment as list (without the mentioned symbols).


[Package toscutil version 2.7.4 Index]