#Learn R (online) -- Stark 2019 Edition
Start how to describe data (& do some basic analysis) in RStudio
If you have R and RStudio installed on your computer, you can clone this repository and run it locally.
If you do not have R and/or RStudio installed, please follow the link below to Launch RStudio in your web browser:
Thank you for finding my git tutorial. This was made possible by the work and coding tutorials of Dan Quintana (github/dsquintana, twitter @dsquintana) if you are interested in learning more please visit his site and consider following him on twitter.
The first script you will be running (StatsAndPlots.R) is based on data from the tidyverse package and their pre-loaded data (starwars). Exploration of this data was adapted from Dan Quintana's "Exploring, cleaning and analysing data in R" available on Youtube.