avail: What objects of this class are available

Description Usage Arguments Details Author(s) Examples

View source: R/Misc_fun.R

Description

Generic class finder

Usage

1
avail(classy, all_avail = TRUE)

Arguments

classy

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

all_avail

Logical. If TRUE, function will return all objects of class classy available to user. If FALSE, returns only those objects included in MSEtool.

Details

Finds objects of the specified class in the global environment or in the MSEtool and DLMtool packages. This function is an addendum to the avail function in DLMtool.

Author(s)

Q. Huynh

Examples

1
2
3
4
5
avail("Assess")
avail("HCR")
avail("Stock")
avail("MP")
avail("MP", all_avail = FALSE)

tcarruth/MSEtool documentation built on Oct. 19, 2020, 6:09 a.m.