raustats (version 0.1.0)

abs_cat_download: Function to download files from the ABS website and store locally

Description

Gets files from ABS website specified by URL

Usage

abs_cat_download(data_url, exdir = tempdir())

Arguments

data_url

Character vector specifying an ABS data URLs.

exdir

Target directory for downloaded files (defaults to tempdir()). Directory is created if it doesn't exist.

Value

Downloads data from the ABS website and returns a character vector listing the location where files are saved.