Nothing
callback <- function(panel)
{
print(panel$option)
}
panel <- rp.control()
rp.combo(panel, option, "Pick an option:", c("Option1","Option2","Other options"), action=callback)
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.