View source: R/02-download-repos.R
ghd_enframe_urls | R Documentation |
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
ghd_enframe_urls(repo_names, gh_user)
repo_names |
A character vector of GitHub repository names, as returned
by |
gh_user |
The name of a GitHub user. |
A data.frame object. One row per GitHub repo with character vector columns for the repo_names and zip_url.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.