View source: R/Misc_Exported.R
avail | R Documentation |
Generic class finder
avail(classy, package = NULL, msg = TRUE)
classy |
A class of object (character string, e.g. 'Fleet') |
package |
Optional. Names(s) of the package to search for object of class |
msg |
Print messages? |
Finds objects of the specified class in the global environment or the openMSE packages.
T. Carruthers
Can Cant avail
avail("OM", msg=FALSE)
Stocks <- avail("Stock")
Fleets <- avail("Fleet")
MPs <- avail("MP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.