ll_run_gui | R Documentation |
This function runs the user interface for the lab logger.
ll_run_gui(
group_id,
access_token,
pool,
timezone = Sys.timezone(),
app_pwd = NULL,
app_title = group_id,
app_color = "red",
...,
launch = FALSE
)
group_id |
which group to run for |
access_token |
access token for particle account |
pool |
ideally database connection pool, see dbPool but can also be a single db connection (not recommended) |
app_title |
the title of the application |
app_color |
the dashboard color, see dashboardPage skin for available options |
... |
passed on to the |
launch |
whether to launch the app (TRUE) or return a shiny app object (FALSE) that then can be launched via |
password |
which password to require for login. If NULL, login will be automatic. (NOTE: maybe manage by data base at some point?) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.