Description Usage Arguments Details Value Author(s)
Safe-loading an R package. See 'Details'.
1 | SafeLoad(lib)
|
lib |
A character string; package to be loaded. |
The function calls require
to load a package.
If the package can be loaded it returns TRUE
,
else FALSE
.
A logical scalar.
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.