pxweb (version 0.9.1)

MakeUrl: MakeUrl from id

Description

MakeUrl from id

Usage

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

Arguments

id

integer

urlType

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

getDataByGET

As input to ApiData

Value

url as string

Examples

Run this code
# NOT RUN {
MakeUrl(4861)
MakeUrl(4861, "SSBen")
MakeUrl(1066, getDataByGET = TRUE)
MakeUrl(1066, "SSBen", getDataByGET = TRUE)
# }

Run the code above in your browser using DataLab