compose_metadata_query {rKolada} | R Documentation |
Compose a query to fetch metadata from the Kolada API.
Description
Mainly used as a supporting function for get_metadata
but can
also be used to create a working URL to paste in your web browser.
Usage
compose_metadata_query(
entity = "kpi",
title = NULL,
id = NULL,
municipality = NULL,
page = NA,
per_page = NA,
version = "v2"
)
Arguments
entity |
Any allowed metadata entity. Check
|
title |
A free-form search term or the exact title of any entry in the current entity. Case insensitive. |
id |
The ID of any entry in the current entity. |
municipality |
If entity is |
page |
What page to fetch. Used mainly in large queries. Fetches a page using the value of |
per_page |
Number of results per page. |
version |
Version of the API. Currently only |
Value
A string containing a URL to the Kolada REST API.
[Package rKolada version 0.2.3 Index]