Nothing
## File Name: slca_print_progress_end.R
## File Version: 0.04
slca_print_progress_end <- function(s1, s2, progress)
{
if (progress){
cat("----------------------------------- \n")
cat("Start:", paste(s1), "\n")
cat("End:", paste(s2), "\n")
cat("Difference:", print(s2 -s1), "\n")
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.