ghd_download_zips: Download Zipped Repos To Your Machine

View source: R/02-download-repos.R

ghd_download_zipsR Documentation

Download Zipped Repos To Your Machine

Description

Download to a specified location the zip files from provided URL. The directory is created if it doesn't already exist.

Usage

ghd_download_zips(repo_urls, dest_dir)

Arguments

repo_urls

A data.frame as returned by ghd_enframe_urls, with one row per GitHub repo with character-class columns for the repo_names and zip_url.

dest_dir

A character string. The local directory you want to download the zipped files to. Must be a full path.

Value

Zipped GitHub repositories downloaded to a (possibly new) directory.


matt-dray/ghdump documentation built on July 7, 2023, 5:51 p.m.