list_repo {natmanager}R 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)

[Package natmanager version 0.5.1 Index]