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