Learn R Programming

vagalumeR (version 0.1.6)

genre: An artist's musical genre(s)

Description

Gives information about the genre (ou multiple genres) of an artist/band.

Usage

genre(name, message = TRUE)

Arguments

name

The name of the artist/band.

message

Should the function print something if the required data is not found?

Value

genre returns a data.frame with information about the genre(s).

Details

The variables returned by the function are extracted with the Vagalume API.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
genre("the-beatles")
genre("chico-buarque")
# }

Run the code above in your browser using DataLab