Nothing
output.maker = function(balanced_data, ASB_pre, ASB_post, time){
output = list()
output$balanced_data = balanced_data
output$ASB_pre = ASB_pre
output$ASB_post = ASB_post
output$Time = time
return(output)
}
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.