tag_table: Tag Table

Description Usage Arguments Value Examples

View source: R/tag_table.R

Description

Parses a remote and gets a table of tags

Usage

1
tag_table(repo, pat = NULL, mustWork = TRUE, ...)

Arguments

repo

Remote repository name

pat

GitHub Personal Authentication Token (PAT)

mustWork

Does the command need to work? If fails, will error. But FALSE will try to pass appropriate missing data value

...

additional arguments to GET

Value

data.frame of tags

Examples

1
2
3
4
repo = "stnava/ANTsR"
tag_table(repo)
tag_table("muschellij2/ANTsR")
tag_table("cran/psych@084bdd0ae2630cf31c26d97a6e13e59d3f0f66e6")

muschellij2/ghtravis documentation built on April 1, 2021, 5:22 p.m.