Description Usage Arguments Functions
Shiny app for deciding what to watch
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | app_ui(request)
app_meta(request)
app_server(input, output, session)
app_config(
value,
config = Sys.getenv("R_CONFIG_ACTIVE", "default"),
use_parent = TRUE
)
app_resources()
run_app(...)
|
request |
Internal parameter for |
input, output, session |
Internal parameters for shiny. |
value |
Value to retrieve from the config file. |
config |
R_CONFIG_ACTIVE value. |
use_parent |
Logical, scan the parent directory for config file. |
... |
A series of options to be used inside the app. |
port |
the port to be used |
host |
the host address to be served |
app_ui
: Application User Interface
app_meta
: Application Meta Interface
app_server
: Application Server Logic
app_config
: Application Configuration
app_resources
: Application Resources
run_app
: Run the Application
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.