-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal_report.Rmd
More file actions
115 lines (78 loc) · 2.98 KB
/
final_report.Rmd
File metadata and controls
115 lines (78 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
title: "REMember"
subtitle: "An Analysis of Mac Miller's Discography From 2010–2020"
author: "Jamie Lee, Grace Park, Susan Tran"
output:
prettydoc::html_pretty:
theme: leonids
highlight: github
editor_options:
chunk_output_type: console
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{css echo=FALSE}
body {
font-family: "Inconsolata Black", monospace; }
*::-webkit-scrollbar {
width: 10px; }
*::-webkit-scrollbar-track {
background: #BF9B8E; }
*::-webkit-scrollbar-thumb {
background-color: #8C6E68;
border-radius: 20px;
border: 3px solid #8C6E68; }
a {
color: #8C6E68 }
a:hover, a:focus {
color: #BF9B8E; }
code {
font-weight: 550;
color: #8C6E68; }
h1, h2, h3, h4, h5, h6 {
color: #8C6E68; }
.cover-card {
text-align: center; }
.cover-card .author_name {
color: #8C6E68;
font-size: 3em;
line-height: 100% }
.cover-card .author_job {
color: #D9C1BF;
font-size: 1em;
font-weight: 500;
text-transform: uppercase; }
.cover-card .author_bio {
font-size: 0.75em;
font-style: italic}
.post-listing {
width: 80%; }
#post {
font-size: 0.85em; }
#post h2 {
padding-bottom: 0em;
border-bottom: thick double #D9C1BF; }
```
## Abstract
Our project reflects a partial analysis of the song lyrics from late musical artist Mac Miller's discography. Throughout his career, Mac Miller released six studio albums, two extended plays, two live albums, and thirteen mixtapes. For the sake of analysis, however, we selected projects that were released in even-numbered years from 2010 to 2020. Using [Josiah Parry's `genius` package](https://github.com/JosiahParry/genius) and the resources provided on Github, we pulled lyrical data for six specific projects: Circles (2020), Swimming (2018), The Divine Feminine (2016), Faces (2014), Macadelic (2012), and K.I.D.S. (2010).
## Over the Years


## Lyric by Lyric




## Interactive App
Click the link [[**here**]{.ul}](https://susantran.shinyapps.io/macmiller/) to open the Mac Miller inspired Shiny App.
## Sources
Mac Miller. *Circles*, Warner Records, 2020.
Mac Miller. *Faces*, Self-released, 2014.
Mac Miller. *K.I.D.S.*, Rostrum, 2010.
Mac Miller. *Macadelic*, Rostrum, 2012.
Mac Miller. *Swimming*, Warner Bros. Records, 2018.
Mac Miller. *The Divine Feminine*, Warner Bros. Records, 2016.
"Mac Miller." Wikipedia, Wikimedia Foundation, Inc., 27 May 2021, en.wikipedia.org/wiki/Mac_Miller.
Parry, Josiah. "Genius," *Github*. 2019. [\<https://github.com/JosiahParry/genius\>](https://github.com/JosiahParry/genius){.uri}
Veas, Cristobal. "How to Analyze Emotions and Words of the Lyrics From Your Favorite Music Artist." *Medium*, Towards Data Science, 25 Sept. 2020, towardsdatascience.com/how-to-analyze-emotions-and-words-of-the-lyrics-from-your-favorite-music-artist-bbca10411283.