| aceHotkeyHandler | Add an handler to a hotkey in an aceEditor component |
| appendToHTML | Append HTML code to a DOM element |
| appInitHandler | Set a function that will be called when a new session of an... |
| appReadyToRun | set the app ready to run |
| bottomScript | If app is not running, mark script to be added at the bottom... |
| buttonHandler | A more efficient version of button handler via global eventId... |
| callJS | Call a javascript function or method with R arguments |
| changeHandler | Add an handler to an input that is called when the input... |
| classEventHandler | An event handler for objects with given class |
| customEventHandler | A custom event handler. Need to write correct css.locator |
| dsetUI | Directly setUI , also works for hidden UI |
| evalJS | Evaluate arbitrary java script code in the client's web... |
| eventsApp | Generate an empty shiny events app |
| getApp | get the current app object |
| getAppSession | Get the session associated with the app object |
| getCurrentSession | Get the current session object |
| getInputValue | Get an input value from the current session |
| hasWidgetValueChanged | Checks whether the value of an input item has been changed... |
| idEventHandler | An event handler for an object with given id |
| ids2sel | Transform a vector of ids to a jQuery selector string |
| imageClickHandler | Handler for an image click |
| initialQueryDispatch | Can be called inside initApp handler fun is a function that... |
| moveBottomScripts | Given a tag object, extract out any children of tags$head and... |
| prependToHTML | Prpend HTML code to a DOM element |
| runEventsApp | run shiny events app |
| selectChangeHandler | Add an handler to an input or select that is called when the... |
| setApp | set the current app |
| setAppUI | set the main ui object for the app |
| setDataTable | Update an dataTableOutput object. |
| setDownloadHandler | Shiny events version of downloadHandler |
| setHtmlAttribute | Set attributes of HTML elements |
| setHtmlCSS | Set css style of HTML elements |
| setHtmlHide | Hide HTML elements |
| setHtmlShow | Show HTML elements |
| setImage | Update an output object. Can be used instead of renderImage |
| setPlot | update an plotOutput object. Can be used instead of... |
| setPrint | Update an textOutput object. Can be used instead of... |
| setRHandsontable | Update an RHandsontable object. Can be used instead of... |
| setTable | Update an tableOutput object. Can be used instead of... |
| setText | Update an textOutput object. Can be used instead of... |
| setUI | Update an uiOutput object. Can be used instead of renderUI |
| singletonBottomScript | If app is not running, mark script to be added at the bottom... |
| svgClickHandler | Handler for an image click |
| timerHandler | Add an handler that triggers every intervalMs milliseconds |
| updateDataTable | Update an dataTableOutput object. Can be used instead of... |
| updateDownloadHandler | Shiny events version of downloadHandler |
| updateImage | Update an output object. Can be used instead of renderImage |
| updatePlot | update an plotOutput object. Can be used instead of... |
| updatePrint | Update an textOutput object. Can be used instead of... |
| updateRHandsontable | Update an RHandsontable object. Can be used instead of... |
| updateTable | Update an tableOutput object. Can be used instead of... |
| updateText | Update an textOutput object. Can be used instead of... |
| updateUI | Update an uiOutput object. Can be used instead of renderUI |
| viewApp | view shiny events app in RStudio viewer |
| wasAceHotkeyPressed | Checks whether a button has been pressed again (internal... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.