browse_works_by: Browse works by related id

View source: R/browse.R

browse_works_byR Documentation

Browse works by related id

Description

Browse works by related id

Usage

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

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

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