browse_places_by: Browse places by related id

View source: R/browse.R

browse_places_byR Documentation

Browse places by related id

Description

Browse places by related id

Usage

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

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

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