relatedInfo {vagalumeR} | R Documentation |
Artist's Related
Description
Gives information about what artists/bands are related to a specific artist/band.
Usage
relatedInfo(name, message = TRUE)
Arguments
name |
The name of the artist/band. |
message |
Should the function print something if the required data is not found? |
Details
The variables returned by the function are extracted with the Vagalume API.
Value
relatedInfo
returns a data.frame with information
about the related artists.
Author(s)
Bruna Wundervald, brunadaviesw@gmail.com.
Examples
## Not run:
relatedInfo("the-beatles")
relatedInfo("chico-buarque")
## End(Not run)
[Package vagalumeR version 0.1.6 Index]