launchColorjamShiny | R Documentation |
Colorjam R-shiny App for color selection and custom adjustments
launchColorjamShiny(
...,
envir = globalenv(),
options = list(width = 1200, host = "0.0.0.0", port = 8080),
verbose = TRUE
)
... |
additional arguments are passed to |
envir |
|
options |
|
verbose |
|
An object that represents the R-shiny app. Printing the
object or passing it to shiny::runApp()
will run the app.
Other colorjam R-shiny functions:
colorjamShinyServer()
if (interactive()) {
launchColorjamShiny();
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.