Finds the top 5 genres from a user's saved tracks
Source:R/get_users_top_genres.R
get_users_top_genres.Rd
A wrapper function that goes through a user's entire saved library. For each song, it checks all the artist involved and the genre of music they compose. It returns the top 5 most commonly occurring genres.