browse_artists_by: Browse artists by related id

View source: R/browse.R

browse_artists_byR Documentation

Browse artists by related id

Description

Browse artists by related id

Usage

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

# browse Norwegian artists
browse_artists_by("area", "6743d351-6f37-3049-9724-5041161fff4d")
# browse artists from Oslo
browse_artists_by("area", "f80d529e-f242-46ef-a090-d193ed23075f")


dmi3kno/musicbrainz documentation built on Dec. 31, 2024, 12:33 a.m.