dl_and_read: Download files with dl_and_unzip() and read using...

View source: R/dl_and_unzip.R

dl_and_readR Documentation

Download files with dl_and_unzip() and read using read_abs_local() Downloads a zip to a temp file, unzips the contents to dest_dir, loads the contents using readabs::read_abs_local_dir()

Description

Download files with dl_and_unzip() and read using read_abs_local() Downloads a zip to a temp file, unzips the contents to dest_dir, loads the contents using readabs::read_abs_local_dir()

Usage

dl_and_read(
  catalogue_string,
  dest_dir = file.path("data-raw", "raw-data", catalogue_string)
)

Arguments

catalogue_string

eg. "labour-force-australia"

dest_dir

Directory in which


djpr-data/djprdashdata documentation built on Jan. 20, 2025, 12:31 p.m.