artistInfo: Artist Information

Description Usage Arguments Details Value Author(s) Examples

View source: R/artistInfo.R

Description

Gives some information about a given artist/band.

Usage

1

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

artistInfo returns a data.frame with the information.

Author(s)

Bruna Wundervald, brunadaviesw@gmail.com.

Examples

1
2
3
4
5
## Not run: 
artistInfo("the-beatles")
artistInfo("chico-buarque")

## End(Not run)

vagalumeR documentation built on May 2, 2019, 8:41 a.m.