Skip to contents

produce a list with repository metadata, README, and DESCRIPTION for a given repository

Usage

get_repo_metadata(owner, repo)

Arguments

owner

organization

repo

name of repository

Examples

if (nchar(Sys.getenv("GITHUB_TOKEN"))>0) {
  lk = get_repo_metadata("bioconductor", "AnVILVRS")
}
#> Error in base64decode(raw_txt): could not find function "base64decode"