artistInfo {vagalumeR} | R Documentation |
Gives some information about a given artist/band.
artistInfo(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.
artistInfo
returns a data.frame with the information.
Bruna Wundervald, brunadaviesw@gmail.com.
## Not run:
artistInfo("the-beatles")
artistInfo("chico-buarque")
## End(Not run)