raustats (version 0.15.0)

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

Description

Downloads specified ABS catalogue data files from the ABS website, using a valid ABS data table 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.