CleanUpAfterTest <- function( strDirectory )
{
if( dir.exists( strDirectory ))
{
unlink( strDirectory, recursive = TRUE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.