THL cube

thlCube(url)

Arguments

url

URL to a cube.

TODO: this is an object which can be utilised to build queries to retrieve data and attach labels to the data. Methods need to be written which implement these

Examples

url <- "https://sampo.thl.fi/pivot/prod/fi/toitu/ennakko3/fact_toitu_ennakko.json" cube <- thlCube(url) names(cube$dimensions)
#> [1] "area" "time" "provider" "measure"