Description Usage Arguments Value Examples
Extract GitHub user and repo name from GitHub URL
1 | githubURLParts(urls)
|
urls |
A |
A data.frame
with four columns:
urlThe original GitHub URL
user_repoThe GitHub "username/repo", combined
userThe GitHub username
repoThe GitHub repo name
1 2 3 4 5 6 | # find GitHub URL details for
# Bioconductor packages
bpkgl = biocPkgList()
urldetails = githubURLParts(bpkgl$URL)
urldetails = urldetails[!is.na(urldetails$url),]
head(urldetails)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.