Learn R Programming

vagalumeR (version 0.1.6)

songNames: Song names of an artist/band.

Description

Gives information about the song names of an specific artist/band.

Usage

songNames(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

relatedInfo returns a data.frame with information about song names.

Details

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

Examples

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

Run the code above in your browser using DataLab