as.tags.reactable: Convert a reactable widget to HTML tags

View source: R/reactable.R

as.tags.reactableR 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 reactable() instance.

standalone

Logical value indicating whether the widget is being rendered in a standalone context.

...

Additional arguments passed to the S3 method.


reactable documentation built on March 31, 2023, 11:39 p.m.