Learn R Programming

PxWebApiData (version 1.9.0)

make_url: Make data url from table id

Description

Make data url from table id

Usage

make_url(id, url_type = "ssb")

Value

A character string (URL).

Arguments

id

Table id (integer).

url_type

Currently two possibilities: "ssb" (Norwegian) or "ssb_en" (English).

Examples

Run this code
make_url(4861)
make_url(4861, "ssb_en")

Run the code above in your browser using DataLab