inst/doc/use-api.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----api1, eval=FALSE---------------------------------------------------------
#  library(norgeo)
#  dt <- get_code("kommune", from = 2015, to = 2021)
#  # only current geo code
#  dt <- get_code("kommune", from = 2021)

## ----api2, eval=FALSE---------------------------------------------------------
#  dtc <- get_change("kommune", from = 2015, to = 2021)

## ----api3, eval=FALSE---------------------------------------------------------
#  dtt <- track_change("kommune", from = 2015, to = 2021)

Try the norgeo package in your browser

Any scripts or data that you put into this service are public.

norgeo documentation built on Aug. 15, 2023, 5:06 p.m.