Nothing
## File Name: osink.R
## File Version: 1.09
osink <- function( file, suffix, append=FALSE)
{
if ( ! is.null( file ) ){
sink( paste0( file, suffix), split=TRUE, append=append )
}
}
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.