list_groups: Get list of groups

View source: R/get_lists.R

list_groupsR Documentation

Get list of groups

Description

Get list of available groups

Usage

list_groups(species = NULL, url = gnapi_url())

Arguments

species

Optional species name, for just the groups for that species.

url

URL for GeneNetwork API

Value

Data frame with columns FullName, Id, Name, and TaxonomyId.

See Also

list_species(), list_datasets()

Examples

list_groups()
list_groups("barley")

kbroman/GNapi documentation built on July 29, 2023, 10:10 a.m.