| loadDependencies {Zelig} | R Documentation |
“loadDependencies” is a helper function for loading external dependencies at runtime.
loadDependencies(..., character.only = FALSE)
... |
A collection of packages to load. If “character.only”=FALSE, these can be entered symbolically (e.g. loadDependencies(MASS)). Otherwise, these arguments are character-strings. |
character.only |
A boolean specifying whether the arguments are strictly character-strings. |
TRUE (invisibly) if successful. Otherwise the script is stopped.
This is used by Zelig developers to dynamically load “dependent” pacakges at runtime.