Learn R Programming

DLMtool (version 5.4.1)

avail: What objects of this class are available

Description

Generic class finder

Usage

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.

See Also

Can Cant avail

Examples

Run this code
# NOT RUN {
avail("OM")
Stocks <- avail("Stock")
Fleets <- avail("Fleet")
MPs <- avail("MP")
# }

Run the code above in your browser using DataLab