browse_works_by: Browse works by related id

Description Usage Arguments Value Examples

View source: R/browse.R

Description

Browse works by related id

Usage

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

Arguments

entity

artist

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 works consisting of mbid, title, type and language.

Examples

1
2
# browse works by Sade
browse_works_by("artist", "67930b3e-e00b-469f-8c74-fd69f20522ec")

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