asProps {shiny.react} | R Documentation |
Converts arguments to a list which can be passed as the props
argument to reactElement()
.
Unnamed arguments become children and named arguments become attributes for the element.
asProps(...)
... |
Arguments to prepare for passing as props to a 'React' component |
A list of the arguments structured suitably for reactElement()
.