run_formods | R Documentation |
Runs the test formods. app.
run_formods(
host = "127.0.0.1",
port = 3838,
server_opts = list(shiny.maxRequestSize = 30 * 1024^2),
devmode = FALSE,
mksession = FALSE
)
host |
Hostname of the server ("127.0.0.1") |
port |
Port number for the app (3838) |
server_opts |
List of options (names) and their vlues (value) e.g.
|
devmode |
Boolean value, when TRUE will run formods with development modules. |
mksession |
Boolean value, when TRUE will load test session data for app testing. |
Nothing is returned, this function just runs the built-in formods app.
if (interactive()) {
run_formods()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.