app: Watch Something Shiny App

Description Usage Arguments Functions

Description

Shiny app for deciding what to watch

Usage

 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(...)

Arguments

request

Internal parameter for {shiny}.

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

Functions


tjpalanca/watch.something documentation built on April 24, 2021, 5:22 p.m.