ghd_enframe_urls: Create A Data Frame Of Repo Names And Zip File URLS For Each

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

ghd_enframe_urlsR Documentation

Create A Data Frame Of Repo Names And Zip File URLS For Each

Description

Prepare a data frame containing each repo name and its corresponding zip file URL in the form https://github.com/username/reponame/archive/master.zip

Usage

ghd_enframe_urls(repo_names, gh_user)

Arguments

repo_names

A character vector of GitHub repository names, as returned by ghd_extract_names.

gh_user

The name of a GitHub user.

Value

A data.frame object. One row per GitHub repo with character vector columns for the repo_names and zip_url.


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