Description Usage Arguments Value Author(s) Examples
View source: R/get_countdowns.R
Function to webscrape historical Triple J Hottest 100 Countdown results and return a dataframe of cleaned results in an analysis-ready format. Note that this function is highly unstable due to the nature of RSelenium.
1 | get_countdowns(sleep = 1)
|
sleep |
an integer specifying the amount of computer sleep time befoere each RSelenium iteration |
a dataframe of results for all years in a tidy format
Joy Horng
1 2 3 4 | ## Not run:
get_countdowns(sleep = 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.