Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 782 Bytes

readme.md

File metadata and controls

43 lines (25 loc) · 782 Bytes

R Tutorial

This repository contains an intro to R and RStudio.

You can see the analysis script here

If you have any questions about these materials, feel free to post an issue or email at [email protected]

Repository structure

.
├── code
├── data
├── docs
└── figures
    ├── cheatsheets
    ├── misc
    ├── plots
    └── screenshots

code

R

  • contains the R Markdown file

data

  • contains the spotify top 100 songs from 2018

docs

  • contains the html file of the analysis script (hosted on github pages)

figures

  • contains various figures including R cheatsheets, plots, and screenshots