Calculates the number of shows performed in each decade based on the input data.
Value
A data frame with columns: decade (factor with levels ordered chronologically) and count (number of shows in that decade)
Examples
if (FALSE) { # \dontrun{
decade_counts <- count_shows_by_decade(concert_data)
print(decade_counts)
} # }