Nothing
## File Name: CDM_require_namespace.R
## File Version: 0.08
CDM_require_namespace <- function(pkg)
{
if ( ! requireNamespace( pkg, quietly=TRUE) ){
stop( paste0("Package '", pkg, "' is needed for applying this
function. Please install it." ), call.=FALSE)
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.