run_app | R Documentation |
Run the Shiny Application
run_app(
mode = "local",
dbhost = "",
dbport = 5432,
dbname = NULL,
dbusername = NULL,
dbpassword = NULL,
credentials_path = NULL,
credentials_pass = NULL,
uiPattern = "/",
...
)
mode |
Mode of application (local or server) |
dbhost |
Host of DB (for server use only) |
dbport |
Port of DB (for server use only) |
dbname |
Name of DB (for server use only) |
dbusername |
Username (for server use only) |
dbpassword |
Password to DB (for server use only) |
credentials_path |
Path to credentials DB (for server use only) |
credentials_pass |
Password to credentials DB (for server use only) |
uiPattern |
A regular expression that will be applied to each |
... |
arguments to pass to golem_opts. See '?golem::get_golem_options' for more details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.