Shiny

Examples

Code example

library(shiny)

shinyAppDir(
  system.file("examples/06_tabsets", 
              package="shiny")
)

Pros & Cons

Pros | Cons --------|-------- Free(mium) | Linux Modern | != LDAP auth (free version) Extensible | Fast pace of change Solid SDLC | Code

How do you build an app?

shinyApp(
    ui      = fluidPage(),
  , server  = function(input,
                       output) {}
  , options = defaultdisplay
)

DEMO

How do you do the infrastructure?

Create an ubuntu VM, run the following commands

DEMO

How do you deploy apps?

On-site

  1. winSCP
  2. git clone

shinyApps.io

  1. shinyapps::deployApp()

DEMO

git clone https://github.com/rstudio/shiny-examples

About Me




stephlocke/Rtraining documentation built on May 30, 2019, 3:36 p.m.