Build the URL for querying the tables endpoint (advanced use).
Usage
compose_table_query(
api,
query = NULL,
id = NULL,
updated_since = NULL,
page = NA,
per_page = NA
)Examples
# \donttest{
scb <- px_api("scb", lang = "en")
if (px_available(scb)) {
compose_table_query(scb, query = "population")
}# }
#> [1] "https://api.scb.se/ov0104/v2beta/api/v2/tables?lang=en&query=population"