list_repo: List all the repos inside a particular GitHub organisation

View source: R/utils.R

list_repoR Documentation

List all the repos inside a particular GitHub organisation

Description

by default this will list all the repositories inside the 'natverse' organization.

Usage

list_repo(orgname = "natverse")

Arguments

orgname

Name of the GitHub organization

Value

Character vector of repository names

Examples

## Not run: 
natmanager::list_repo()

## End(Not run)

natmanager documentation built on Sept. 11, 2023, 5:11 p.m.