Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karthik/shiny

Short Shiny tutorial
https://github.com/karthik/shiny

Last synced: about 1 month ago
JSON representation

Short Shiny tutorial

Awesome Lists containing this project

README

        

# Hacker within Shiny introduction

This is a super basic intro to Shiny. I'll walk you through a few examples to get you started.

# Installation

Shiny requires at least R 3.0. With this version or higher, you can install shiny with:

```r
install.packages('shiny')
# If you want to use shinyapps.io
install.packages(shinyapps)
deployApp() # from folder containg app
```

# Notes

see [notes.pdf](notes.pdf)