Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 135 Bytes

basics.md

File metadata and controls

12 lines (7 loc) · 135 Bytes

Installation

Install the shiny and shinyapps packages.

Run a first example

library(shiny)
runExample("01_hello")