View source: R/check_and_get_object.R
getNsObject | R Documentation |
Check and get namespace object if exists
getNsObject(object, namespace = NULL, envir = NULL)
object |
An object to be retrieved. Note that |
namespace |
A character string specifying the namespace to be checked. |
envir |
An environment to be used (default |
An object of same class as input object
.
Satpal Sandhu satpal.sandhu@bristol.ac.uk
# Check whether model fit object 'berkeley_exfit' exists
berkeley_exfit <- getNsObject(berkeley_exfit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.