## File Name: sirtcat.R
## File Version: 0.091
sirtcat <- function( label, time0, active )
{
if (active){
z0 <- time0
cat( label, ' ' )
z1 <- Sys.time()
print(z1-z0)
z0 <- z1
zout <- z0
} else {
zout <- NULL
}
return(zout)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.