Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batpigandme/simpler
A guide to starting out with R and Shiny dashboards
https://github.com/batpigandme/simpler
Last synced: 7 days ago
JSON representation
A guide to starting out with R and Shiny dashboards
- Host: GitHub
- URL: https://github.com/batpigandme/simpler
- Owner: batpigandme
- License: cc0-1.0
- Created: 2016-10-13T12:25:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T16:46:36.000Z (over 8 years ago)
- Last Synced: 2024-11-09T21:43:33.359Z (2 months ago)
- Language: HTML
- Homepage: https://ironholds.org/projects/r_shiny/
- Size: 619 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starting Out with R and Shiny
#### Oliver KeyesThis is a book-formatted set of tutorials and lecture notes from a course taught in Springfield, IL on starting out with R, for the purpose of building Shiny apps (particularly Shiny Dashboards!) You can find a hosted version [here](https://ironholds.org/projects/r_shiny/).
It contains:
1. An introduction to R as a language, its history, and its structure;
2. A basic guide to RStudio and online help resources for questions, bugs or commentary;
3. Importing data into R from databases or flat files;
4. Cleaning and reshaping that data with tidyr, dplyr, stringi, lubridate and related tools;
5. Shiny as a data visualisation platform;
6. Miscellaneous more-advanced tips and tricks on running Shiny in a reliable manner.