Nothing
Code
browser_button()
Output
-- To be copied in your UI -----------------------------------------------------
actionButton("browser", "browser"),
tags$script("$('#browser').hide();")
-- To be copied in your server -------------------------------------------------
observeEvent(input$browser,{
browser()
})
By default, this button will be hidden.
To show it, open your web browser JavaScript console
And run $('#browser').show();
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.