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
# Bioc 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.