Fugazi Live Series summary data on bands that fugazi played with, one row per combination of year, tour and band, with corresponding number of shows.
Source:R/played_with_summary.R
played_with_summary.Rd
Fugazi Live Series summary data on bands that fugazi played with, one row per combination of year, tour and band, with corresponding number of shows.
Format
dataframe with one row for each band that Fugazi played with in the Fugazi Live Series shows with data.
- year
year
- tour
tour
- played_with
band name
- shows
number of shows
Source
https://www.dischord.com/fugazi_live_series
https://arquivomotor.wordpress.com/1994/08/12/bhrif-programacao/
Examples
played_with_summary
#> # A tibble: 1,294 × 4
#> year tour played_with shows
#> <dbl> <chr> <chr> <int>
#> 1 1992 1992 Spring European Tour Tech Ahead 18
#> 2 1996 1996 Southern USA Tour Branch Manager 17
#> 3 1990 1990 Fall European Tour Urge 14
#> 4 1993 1993 Winter Southern USA Tour Shudder to Think 14
#> 5 1997 1997 Summer Australia/New Zealand Tour NA 14
#> 6 1991 1991 Summer/Fall USA/Canada Tour Nation of Ulysses 13
#> 7 1999 1999 Fall European Tour NA 13
#> 8 1989 1989 Fall European Tour Visions of Change 12
#> 9 1990 1990 Spring/Summer USA Tour Beat Happening 12
#> 10 1995 1995 Spring/Summer European Tour NA 12
#> # ℹ 1,284 more rows