get_url: Get urls

View source: R/access_api.R

get_urlR Documentation

Get urls

Description

A wrapper for access_API() function to get url.

Usage

get_url(localId = NULL, classification_service = NULL)

Arguments

localId

character, localId of the required table.

classification_service

character, "correspondenceTable" or "classifications". Determines the classification service used.

Value

character, url of the provided localId.

Examples


   localId <- "kunta_1_20200101%23seutukunta_1_20200101"
   get_url(localId, classification_service = "correspondenceTables")


pttry/statficlassifications documentation built on Jan. 17, 2024, 4:36 p.m.