powered by
Gives some information about a given artist/band.
artistInfo(name, message = TRUE)
The name of the artist/band.
Should the function print something if the required data is not found?
artistInfo returns a data.frame with the information.
artistInfo
The variables returned by the function are extracted with the Vagalume API.
# NOT RUN { # } # NOT RUN { artistInfo("the-beatles") artistInfo("chico-buarque") # } # NOT RUN { # }
Run the code above in your browser using DataLab