dl_zipcode_file {zipangu}R Documentation

Download a zip-code file

Description

[Maturing]

Usage

dl_zipcode_file(path, exdir = NULL)

Arguments

path

local file path or zip file URL

exdir

The directory to extract zip file. If NULL, use temporary folder.

Examples

## Not run: 
dl_zipcode_file(path = "https://www.post.japanpost.jp/zipcode/dl/oogaki/zip/02aomori.zip")
dl_zipcode_file("https://www.post.japanpost.jp/zipcode/dl/oogaki/zip/02aomori.zip",
                exdir = getwd())

## End(Not run)

[Package zipangu version 0.3.2 Index]