Nothing
textInput("days", "Days", 100)
In rmarkdown 1.7, the chunk below renders an error object 'input' not found
instead of the expected 100
:
renderPrint(input$days)
It was fixed via https://github.com/rstudio/rmarkdown/commit/67eaa7aa6.
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.