browse_recordings_by: Browse recordings by related id

Description Usage Arguments Value Examples

View source: R/browse.R

Description

Browse recordings by related id

Usage

1
2
3
4
5
6
7
browse_recordings_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 recordings consisting of mbid, title, length and video flag. If includes are called, list column with related data will be added at the end of the results tibble

Examples

1
2
# browse recordings by Auli'i Cravalho ("Moana")
browse_recordings_by("artist", "715d6b2d-9b1f-4615-8e7c-71cf5e9bcde3")

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