Nothing
## File Name: cdm_print_summary_call.R
## File Version: 0.05
cdm_print_summary_call <- function(object, call_name="call")
{
CALL <- object[[ call_name ]]
s3 <- paste0(CALL, collapse=" ")
if ( nchar(s3) < 3000 ){
cat("Call:\n")
print( CALL )
cat("\n")
}
}
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.