browse_events_by: Browse events by related id

View source: R/browse.R

browse_events_byR Documentation

Browse events by related id

Description

Browse events by related id

Usage

browse_events_by(entity, mbid, includes = NULL, limit = NULL, offset = NULL)

Arguments

entity

area, artist or place

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 events consisting of mbid, type, name, time, dates and other fields

Examples

# browse events attended by Sting
browse_events_by("artist", "7944ed53-2a58-4035-9b93-140a71e41c34")

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