duration_data_da joined with each song's release_title
Format
dataframe with the same rows as duration_data_da, plus release_title.
Provenance
Shiny-presentation-only. Produced by build_shiny_precompute from duration_data_da and summary. Not to be confused with the package's own duration_data_da, which this does not overwrite.
Examples
shiny_duration_data_da
#> # A tibble: 18,273 × 9
#> gid date song_number title urls fls_link minutes position
#> <chr> <date> <dbl> <chr> <chr> <chr> <dbl> <dbl>
#> 1 aalst-belgium-9… 1990-09-23 6 and … http… <a href… 4.3 0.2
#> 2 aalst-belgium-9… 1990-09-23 14 blue… http… <a href… 4.33 0.6
#> 3 aalst-belgium-9… 1990-09-23 3 bren… http… <a href… 2.93 0.05
#> 4 aalst-belgium-9… 1990-09-23 8 bull… http… <a href… 2.75 0.3
#> 5 aalst-belgium-9… 1990-09-23 9 burn… http… <a href… 2.72 0.35
#> 6 aalst-belgium-9… 1990-09-23 4 merc… http… <a href… 3.07 0.1
#> 7 aalst-belgium-9… 1990-09-23 13 recl… http… <a href… 3.52 0.55
#> 8 aalst-belgium-9… 1990-09-23 22 repe… http… <a href… 3.18 1
#> 9 aalst-belgium-9… 1990-09-23 17 repr… http… <a href… 4.95 0.75
#> 10 aalst-belgium-9… 1990-09-23 21 runa… http… <a href… 4.17 0.95
#> # ℹ 18,263 more rows
#> # ℹ 1 more variable: release_title <chr>