get_github_project: Get Githb Project Information

Description Usage Arguments Value

View source: R/github.R

Description

'get_github_project()' is a function for retrieve information for a given github project

Usage

1
2
3
4
5
get_github_project(
  repo = "tdwg/bdq",
  project = "Core Tests and Assertions (TG2)",
  header = c(Accept = "application/vnd.github.inertia-preview+json")
)

Arguments

repo

Repository that we want to work on

project

Name of the project that we want to get

header

API header (currently it's required for work with projects)

Value

A data.frame that contains title, url, data information of a given project


bd-R/bdchecks documentation built on Oct. 8, 2021, 5:10 p.m.