do_plays_analysis: Function to produce a small analysis document for a given...

Description Usage Arguments Value Author(s) Examples

View source: R/do_plays_analysis.R

Description

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()

Usage

1

Arguments

data

The dataframe of triplejplays data to analyse

Value

Returns an object of class ggplot which contains a matrix of plots

Author(s)

Trent Henderson

Examples

1
2
3
4
5
## Not run: 
d <- get_plays(year = 2020)
do_plays_analysis(d)

## End(Not run)

hendersontrent/hotteR documentation built on July 16, 2021, 5:28 p.m.