Description Usage Arguments Examples
Shiny app allowing to convert HTML code to R code.
1 |
file |
path to a HTML file; can be missing |
theme, fontSize |
options passed to
|
1 2 3 4 5 6 7 | # launch the Shiny app without file ####
if(interactive()) html2R()
# launch the Shiny app with a file ####
if(interactive()){
html2R(system.file("example.html", package = "html2R"))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.