Description Usage Format Details Examples
React
is a syntactically-convenient way to create instances of React
components that can be sent to the browser for display. It is a list for
which extract methods are defined, allowing
object creation syntax like React$MyComponent(x = 1)
where
MyComponent
is a React component you have exposed to Shiny in
JavaScript.
1 |
An object of class react_component_builder
of length 0.
Internally, the component
function is used to create the
component instance.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.