download_municipality_inventory {SMMT}R Documentation

Download municipality inventory

Description

This functions downloads and extracts the municipality inventory form a defined online source.

Usage

download_municipality_inventory(
  url = get_current_url(),
  path = getwd(),
  verbose = TRUE
)

Arguments

url

Character vector of length one. Link to the zip file containing the municipality inventory.

path

Character vector of length one. Destination of extracted xml file.

verbose

Get a message after download about the content of the inventory.

Value

Character vector of length one. File path to the extracted XML file.


[Package SMMT version 1.1.0 Index]