Description Usage Arguments Value Author(s) Examples
View source: R/do_plays_analysis.R
Function to produce a small analysis document for a given selection of song plays based on tweets This function should ideally take the dataframe output straight from hotteR::get_plays()
1 |
data |
The dataframe of triplejplays data to analyse |
Returns an object of class ggplot which contains a matrix of plots
Trent Henderson
1 2 3 4 5 | ## Not run:
d <- get_plays(year = 2020)
do_plays_analysis(d)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.