browse_artists_by: Browse artists by related id

Description Usage Arguments Value Examples

View source: R/browse.R

Description

Browse artists by related id

Usage

1
browse_artists_by(entity, mbid, includes = NULL, limit = NULL, offset = NULL)

Arguments

entity

area, recording, release, release-group or work

mbid

id of an object, specified by entity

includes

tags

limit

restrict number of records retrieved from musicbrainz database

offset

number of records to skip

Value

a tibble of artists consisting of mbid, type, name, gender, country, area and other fields

Examples

1
2
# browse Norwegian artists
browse_artists_by("area", "6743d351-6f37-3049-9724-5041161fff4d")

dmi3kno/musicbrainz documentation built on Oct. 21, 2020, 3:06 p.m.