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.


glin/reactable documentation built on Feb. 9, 2024, 4:07 a.m.