browse_release_groups_by: Browse release groups by related id

Description Usage Arguments Value Examples

View source: R/browse.R

Description

Browse release groups by related id

Usage

1
2
3
4
5
6
7
browse_release_groups_by(
  entity,
  mbid,
  includes = NULL,
  limit = NULL,
  offset = NULL
)

Arguments

entity

artist, release

mbid

id of an object, specified by entity

includes

artists, tags

limit

restrict number of records retrieved from musicbrainz database

offset

number of records to skip

Value

a tibble of release groups consisting of mbid, title, primary type and first release date. If includes are called, list-column(s) with related data will be added at the end of the results tibble

Examples

1
2
# browse release groups by Avril Lavigne
browse_release_groups_by("artist", "0103c1cc-4a09-4a5d-a344-56ad99a77193")

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