knitr::opts_chunk$set( comment = NA, fig.width = 12, fig.height = 8, cache = FALSE)
Hottest 100 Countdown and Triple J Plays Webscraping and Analysis in R
You can install the development version of hotteR
from GitHub by running the following:
devtools::install_github("hendersontrent/hotteR")
Previous analysis by Orbisant Analytics highlighted interesting relationships in the 2019 Triple J Hottest 100 Countdown. This was a fairly discrete piece of analysis, and given the amount of manual work involved, motivated a more scalable and programmatic approach to enable future analysis. An example of analysis that is automated by the package includes the matrix of plots presented below.
library(hotteR) do_countdown_analysis(historical_countdowns)
You can cite hotteR
using the following:
citation("hotteR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.