as.tags.reactable: Convert a reactable widget to HTML tags
Description
This S3 method exists to enable reactable()'s static rendering option.
Usage
# S3 method for reactable
as.tags(x, standalone = FALSE, ...)
Arguments
- x
a reactable() instance.
- standalone
Logical value indicating whether the widget is being
rendered in a standalone context.
- ...
Additional arguments passed to the S3 method.