browse_labels_by | R Documentation |
Browse labels by related id
browse_labels_by(entity, mbid, includes = NULL, limit = NULL, offset = NULL)
entity |
area or release |
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 |
a tibble of labels consisting of mbid, type, name, label_code, distribution area and other fields
# browse labels who issued Mozart's Requiem
browse_labels_by("release", "0ee7243b-ee28-4b42-8f6d-d84842d7ca60")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.