Nothing
## File Name: add.colnames.resp.R
## File Version: 9.09
add.colnames.resp <- function(resp)
{
if( is.null(colnames(resp)) ){
I <- ncol(resp)
colnames(resp) <- paste0("I",1:I)
}
return(resp)
}
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.