Do It Yourself – Tutorials – Make a Web App in 5 min | R Shiny Tutorial

by | Mar 13, 2021 | 0 comments

Do It Yourself – Tutorials – Make a Web App in 5 min | R Shiny Tutorial

by | Mar 13, 2021 | Do It Yourself - Build Your Own Website | 0 comments

Do It Yourself – Website Tutorials



R Shiny is an package that is possible for anyone to build an interactive web environment in R. It can be done as a standalone apps on a webpage from a R markdown documentation. It is also very useful as a dashboard platform for data communication. There’s also a large library of CSS themes, html widgets, and JavaScript actions that could be integrated into the R shinny platform.

With that, I try to run through how you could start a basic app using less than 100 lines of codes and the basics in a using a “in Code exporting” way of handling R shinny, as well as how you can do handle the output using a UI and Server method. The basic is faster to build but lacks customization, while the latter allows for more control of tab, pages and panels in the output.

Download the Script file here:
https://github.com/brandonyph/R-Shiny-Tutorial

ggplot2
https://cran.r-project.org/web/packages/ggplot2/index.html

RTSNE
https://cran.r-project.org/web/packages/tsne/index.html

Shinny From RStudio
https://shiny.rstudio.com/tutorial/

Email: [email protected]
Github: https://brandonyph.github.io/
Twitter: https://twitter.com/Brandon_yeoph

source