Description Usage Arguments Value Examples
View source: R/reactable_helpers.R
Add 'dataui' Dependency to 'reactable'
1 |
rt |
|
reactable
htmlwidget with 'dataui' dependency attached
1 2 3 | if(requireNamespace("reactable")) {
dui_add_reactable_dep(reactable::reactable(mtcars))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.