Description Usage Arguments Value
View source: R/shinywrappers.R
Should be called by implementers of renderXXX functions in order to
mark their return values as Shiny render functions, and to provide a hint to
Shiny regarding what UI function is most commonly used with this type of
render function. This can be used in R Markdown documents to create complete
output widgets out of just the render function.
| 1 | markRenderFunction(uiFunc, renderFunc, outputArgs = list())
 | 
| uiFunc | A function that renders Shiny UI. Must take a single argument: an output ID. | 
| renderFunc | A function that is suitable for assigning to a Shiny output slot. | 
| outputArgs | A list of arguments to pass to the  | 
The renderFunc function, with annotations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.