952 stacks of 10-13 shows covering the whole Fugazi repertoire (92 songs), one for each show in the Fugazi Live Series.
Source:R/data.R
gid_initial_gid_sound_quality.Rd952 stacks of 10-13 shows covering the whole Fugazi repertoire (92 songs), one for each show in the Fugazi Live Series.
Format
dataframe with one row for each combination of initial show and stacked show.
- gid_initial
show id of the initial show, used to identify each stack of shows
- gid
show id of each show contained within each stack
- sound_quality
Sound quality rating: Excellent, Very Good, Good, or Poor.
Provenance
Derived-modeled. Generated by Repeatr_6 (via sweepstack/stacks) whenever Repeatr_Updatr is run with update_stacks = TRUE - threads that run's fresh duration_data_da, gid_sound_quality, othervariables, and summary through explicitly, the same way every other pipeline stage does. Actively consumed directly by inst/shiny/Fugazetteer/app.R for the "stock" pages.
Examples
gid_initial_gid_sound_quality
#> # A tibble: 10,846 × 4
#> gid_initial gid sound_quality count
#> <chr> <chr> <chr> <int>
#> 1 aalst-belgium-92390 aalst-belgium-92390 Good 16
#> 2 aalst-belgium-92390 baltimore-md-usa-51298 Poor 3
#> 3 aalst-belgium-92390 belfast-northern-ireland-50995 Good 8
#> 4 aalst-belgium-92390 bryan-tx-usa-41193 Very Good 3
#> 5 aalst-belgium-92390 colorado-springs-co-usa-40701 Excellent 9
#> 6 aalst-belgium-92390 glasgow-scotland-102902 Very Good 1
#> 7 aalst-belgium-92390 linz-austria-111088 Good 3
#> 8 aalst-belgium-92390 london-england-110402 Very Good 5
#> 9 aalst-belgium-92390 nijmegen-netherlands-110989 Very Good 8
#> 10 aalst-belgium-92390 victoria-bc-canada-70601 Very Good 27
#> # ℹ 10,836 more rows