-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.Rmd
18 lines (15 loc) · 1000 Bytes
/
about.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: "About"
description: |
A bit of information about my Spotify data analysis website.
date: "`r Sys.Date()`"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
As mentioned in the introduction, Spotify allows its users to download the information the music company has about them.
I thought this could be interesting, so I downloaded my information and dug into it.
The entire data preparation and analysis is presented in this website.
If you see any mistakes (including the smallest of typos) or have any questions, please feel free to open an [issue](https://github.com/jhrcook/spotify-data-analysis/issues) or start a [discussion](https://github.com/jhrcook/spotify-data-analysis/discussions) on GitHub.
If you are interested in looking at my other work, I try to make as many of my projects available on [GitHub](https://github.com/jhrcook) and my [website](https://joshuacook.netlify.app).
You can also follow me one [Twitter](https://twitter.com/JoshDoesA).