browse_places_by | R Documentation |
Browse places by related id
browse_places_by(entity, mbid, includes = NULL, limit = NULL, offset = NULL)
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 |
a tibble of places consisting of mbid, type, name, address, geographical coordinates and other fields
# browse places in Kyiv, Ukraine
browse_places_by("area", "51c526a4-ed34-4eaf-94cf-0b96cd019d47")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.