Description Usage Arguments Value
This is added to ensure that, say you convert the data.frame
to a
reactable
in a code chunk (therefore this will not be passed through
knit_print.data.frame
), you can still use fig.cap
. This adds a caption to
the reactable
html widget.
1 | knit_print_reactable(df_react, options, ...)
|
df_react |
|
options |
this will be taken as a list of a parameters inputted into the
chunk. Specifically, the |
... |
Included based off this tutorial
https://cran.r-project.org/web/packages/knitr/vignettes/knit_print.html.
Required for |
reactable html widget with a caption.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.