avail: What objects of this class are available

Description Usage Arguments Details Author(s) See Also Examples

View source: R/Misc_Exported.R

Description

Generic class finder

Usage

1
avail(classy, builtin = FALSE)

Arguments

classy

A class of object (character string, e.g. 'Fleet')

builtin

Logical. Only return Objects of class 'classy' from DLMtool & DLMextra packages?

Details

Finds objects of the specified class in the global environment or the DLMtool package.

Author(s)

T. Carruthers

See Also

Can Cant avail

Examples

1
2
3
4
avail("OM")
Stocks <- avail("Stock")
Fleets <- avail("Fleet")
MPs <- avail("MP")

DLMtool/DLMtool documentation built on June 20, 2021, 5:20 p.m.