Identifies concerts with the highest number of song snippets played. A snippet is a short piece of song (either from another artist or from U2 themselves) played as part of a regular song in the show.
Value
A data frame sorted by number of snippets (descending) and date (descending), containing columns: date, city, country, venue, and number of snippets played
Examples
if (FALSE) { # \dontrun{
shows_with_snippets <- find_shows_with_most_snippets(concert_data)
head(shows_with_snippets)
} # }