as.tags.reactable {reactable} | R Documentation |
Convert a reactable widget to HTML tags
Description
This S3 method exists to enable reactable()
's static
rendering option.
Usage
## S3 method for class 'reactable'
as.tags(x, standalone = FALSE, ...)
Arguments
x |
a |
standalone |
Logical value indicating whether the widget is being rendered in a standalone context. |
... |
Additional arguments passed to the S3 method. |
[Package reactable version 0.4.4 Index]