Learn R Programming

PxWebApiData (version 0.9.0)

MakeUrl: MakeUrl from id

Description

MakeUrl from id

Usage

MakeUrl(id, urlType = "SSB", getDataByGET = FALSE)

Value

url as string

Arguments

id

integer

urlType

Currently two possibilities: "SSB" (Norwegian) or "SSBen" (English)

getDataByGET

As input to ApiData

Examples

Run this code
MakeUrl(4861)
MakeUrl(4861, "SSBen")
MakeUrl(1066, getDataByGET = TRUE)
MakeUrl(1066, "SSBen", getDataByGET = TRUE)

Run the code above in your browser using DataLab