Nothing
## File Name: miceadds_call_internal.R
## File Version: 0.09
miceadds_call_internal <- function(pkg, fct, args, value)
{
res <- paste0( value, " <- ", pkg, paste0(rep(":",3), collapse=""), fct )
res <- paste0(res, args)
return(res)
}
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.