download_gemeente_opendata: Download BAG and Geo data for a Gemeente

View source: R/bag_geo_download.R

download_gemeente_opendataR Documentation

Download BAG and Geo data for a Gemeente

Description

[Deprecated]. We now use get_bag_from_cache and get_geo_from_cache. Downloads wijk, buurt, gemeente borders, and the BAG for a Gemeente. For BAG, writes an RDS into out_path (a spatial version, sf-dataframe). For geo, writes e.g. "geo_Eindhoven.rds", a list with components: wijken, buurten, grens.

Usage

download_gemeente_opendata(
  gemeente,
  out_path = ".",
  re_download = TRUE,
  cbs_jaar,
  kws = FALSE,
  kws_jaar = 2021,
  rds = TRUE,
  feather = FALSE
)

Arguments

gemeente

E.g. "Eindhoven"

out_path

The relative path to write the datasets to.

rds

[Deprecated] Always writes RDS

feather

[Deprecated] Unused - feather dependency removed


moturoa/shintobag documentation built on April 6, 2024, 7:25 a.m.