Description Usage Arguments Value
Implement render functions
1 2 |
func |
A function without parameters, that returns user data. If the returned value is a promise, then the render function will proceed in async mode. |
transform |
A function that takes four arguments: |
outputFunc |
The UI function that is used (or most commonly used) with this render function. This can be used in R Markdown documents to create complete output widgets out of just the render function. |
outputArgs |
A list of arguments to pass to the |
An annotated render function, ready to be assigned to an
output
slot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.