rt_reactable | R Documentation |
View table using reactable
rt_reactable(
x,
datatypes = NULL,
lightsout = TRUE,
bg = "#121212",
pagination = TRUE,
searchable = TRUE,
bordered = TRUE,
...
)
x |
data.frame, data.table or similar |
datatypes |
Character vector: Data types of columns in x,
e.g. |
lightsout |
Logical: If TRUE, use dark theme. |
bg |
Background color. |
pagination |
Logical: If TRUE, paginate table. |
searchable |
Logical: If TRUE, add search box. |
bordered |
Logical: If TRUE, add border. |
... |
Additional arguments passed to |
E D Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.