absolutePanel | Panel with absolute positioning |
actionButton | Action button/link |
addResourcePath | Resource Publishing |
bootstrapLib | Bootstrap libraries |
bootstrapPage | Create a Bootstrap page |
brushedPoints | Find rows of data that are selected by a brush |
brushOpts | Create an object representing brushing options |
builder | HTML Builder Functions |
callModule | Invoke a Shiny module |
cancelOutput | Cancel processing of the current output |
checkboxGroupInput | Checkbox Group Input Control |
checkboxInput | Checkbox Input Control |
clickOpts | Create an object representing click options |
column | Create a column within a UI definition |
conditionalPanel | Conditional Panel |
createWebDependency | Create a web dependency |
dateInput | Create date input |
dateRangeInput | Create date range input |
dblclickOpts | Create an object representing double-click options |
domains | Reactive domains |
downloadButton | Create a download button or link |
downloadHandler | File Downloads |
exprToFunction | Convert an expression to a function |
fileInput | File Upload Control |
fillPage | Create a page that fills the window |
fillRow | Flex Box-based row/column layouts |
fixedPage | Create a page with a fixed layout |
flowLayout | Flow layout |
fluidPage | Create a page with fluid layout |
headerPanel | Create a header panel |
helpText | Create a help text element |
hoverOpts | Create an object representing hover options |
HTML | Mark Characters as HTML |
htmlOutput | Create an HTML output element |
htmlTemplate | Process an HTML template |
icon | Create an icon |
include | Include Content From a File |
inputPanel | Input panel |
insertUI | Insert UI objects |
installExprFunction | Install an expression as a function |
invalidateLater | Scheduled Invalidation |
isolate | Create a non-reactive scope for an expression |
is.reactivevalues | Checks whether an object is a reactivevalues object |
knitr_methods | Knitr S3 methods |
knitr_methods_htmltools | Knitr S3 methods |
mainPanel | Create a main panel |
makeReactiveBinding | Make a reactive variable |
markRenderFunction | Mark a function as a render function |
maskReactiveContext | Evaluate an expression without a reactive context |
modalButton | Create a button for a modal dialog |
modalDialog | Create a modal dialog UI |
navbarPage | Create a page with a top level navigation bar |
navlistPanel | Create a navigation list panel |
nearPoints | Find rows of data that are near a click/hover/double-click |
NS | Namespaced IDs for inputs/outputs |
numericInput | Create a numeric input control |
observe | Create a reactive observer |
observeEvent | Event handler |
outputOptions | Set options for an output object. |
pageWithSidebar | Create a page with a sidebar |
parseQueryString | Parse a GET query string from a URL |
passwordInput | Create a password input control |
plotOutput | Create an plot or image output element |
plotPNG | Run a plotting function and save the output as a PNG |
Progress | Reporting progress (object-oriented API) |
radioButtons | Create radio buttons |
reactive | Create a reactive expression |
reactiveFileReader | Reactive file reader |
reactivePlot | Plot output (deprecated) |
reactivePoll | Reactive polling |
reactivePrint | Print output (deprecated) |
reactiveTable | Table output (deprecated) |
reactiveText | Text output (deprecated) |
reactiveTimer | Timer |
reactiveUI | UI output (deprecated) |
reactiveValues | Create an object for storing reactive values |
reactiveValuesToList | Convert a reactivevalues object to a list |
registerInputHandler | Register an Input Handler |
removeInputHandler | Deregister an Input Handler |
removeUI | Remove UI objects |
renderDataTable | Table output with the JavaScript library DataTables |
renderImage | Image file output |
renderPlot | Plot Output |
renderPrint | Printable Output |
renderTable | Table Output |
renderText | Text Output |
renderUI | UI Output |
repeatable | Make a random number generator repeatable |
req | Check for required values |
runApp | Run Shiny Application |
runExample | Run Shiny Example Applications |
runGadget | Run a gadget |
runUrl | Run a Shiny application from a URL |
safeError | Declare an error safe for the user to see |
selectInput | Create a select list input control |
serverInfo | Collect information about the Shiny Server environment |
session | Session object |
shinyApp | Create a Shiny app object |
shinyDeprecated | Print message for deprecated functions in Shiny |
shiny-options | Global options for Shiny |
shiny-package | Web Application Framework for R |
shinyServer | Define Server Functionality |
shinyUI | Create a Shiny UI handler |
showModal | Show or remove a modal dialog |
showNotification | Show or remove a notification |
showReactLog | Reactive Log Visualizer |
sidebarLayout | Layout a sidebar and main area |
sidebarPanel | Create a sidebar panel |
singleton | Include content only once |
sliderInput | Slider Input Widget |
splitLayout | Split layout |
stacktrace | Stack trace manipulation functions |
stopApp | Stop the currently running Shiny app |
submitButton | Create a submit button |
suppressDependencies | Suppress web dependencies |
tableOutput | Create a table output element |
tabPanel | Create a tab panel |
tabsetPanel | Create a tabset panel |
tag | HTML Tag Object |
textInput | Create a text input control |
textOutput | Create a text output element |
titlePanel | Create a panel containing an application title. |
updateActionButton | Change the label or icon of an action button on the client |
updateCheckboxGroupInput | Change the value of a checkbox group input on the client |
updateCheckboxInput | Change the value of a checkbox input on the client |
updateDateInput | Change the value of a date input on the client |
updateDateRangeInput | Change the start and end values of a date range input on the... |
updateNumericInput | Change the value of a number input on the client |
updateRadioButtons | Change the value of a radio input on the client |
updateSelectInput | Change the value of a select input on the client |
updateSliderInput | Change the value of a slider input on the client |
updateTabsetPanel | Change the selected tab on the client |
updateTextInput | Change the value of a text input on the client |
validate | Validate input values and other conditions |
validateCssUnit | Validate proper CSS formatting of a unit |
verbatimTextOutput | Create a verbatim text output element |
verticalLayout | Lay out UI elements vertically |
viewer | Viewer options |
wellPanel | Create a well panel |
withMathJax | Load the MathJax library and typeset math expressions |
withProgress | Reporting progress (functional API) |
withTags | Evaluate an expression using 'tags' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.