html2R {html2R} | R Documentation |
Launch the 'html2R' Shiny app
Description
Shiny app allowing to convert HTML code to R code.
Usage
html2R(file, theme = "cobalt", fontSize = 16)
Arguments
file |
path to a HTML file; can be missing |
theme , fontSize |
options passed to
|
Examples
# 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"))
}
[Package html2R version 0.1.0 Index]