topLyrics {vagalumeR} | R Documentation |
Gives information about the top lyrics (most viewed) about an specific artist/band.
topLyrics(name, message = TRUE)
name |
The name of the artist/band. |
message |
Should the function print something if the required data is not found? |
The variables returned by the function are extracted with the Vagalume API.
topLyrics
returns a data.frame with information
about the top lyrics.
Bruna Wundervald, brunadaviesw@gmail.com.
## Not run:
topLyrics("the-beatles")
topLyrics("chico-buarque")
## End(Not run)