Nothing
## File Name: rm_sdt_create_partable_include_index.R
## File Version: 0.05
rm_sdt_create_partable_include_index <- function(partable)
{
partable <- data.frame( index=1:nrow(partable), partable)
return(partable)
}
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.