browse_places_by: Browse places by related id

Description Usage Arguments Value Examples

View source: R/browse.R

Description

Browse places by related id

Usage

1
browse_places_by(entity, mbid, includes = NULL, limit = NULL, offset = NULL)

Arguments

entity

area

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 places consisting of mbid, type, name, address, geographical coordinates and other fields

Examples

1
2
# browse places in Kyiv, Ukraine
browse_places_by("area", "51c526a4-ed34-4eaf-94cf-0b96cd019d47")

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