[Maturing]

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

if (FALSE) {
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())
}