get_trait_categories: Get PGS Catalog Trait Categories

View source: R/get_trait_categories.R

get_trait_categoriesR Documentation

Get PGS Catalog Trait Categories

Description

Retrieves all trait categories via the PGS Catalog REST API.

Usage

get_trait_categories(verbose = FALSE, warnings = TRUE, progress_bar = TRUE)

Arguments

verbose

A logical indicating whether the function should be verbose about the different queries or not.

warnings

A logical indicating whether to print warnings, if any.

progress_bar

Whether to show a progress bar indicating download progress from the REST API server.

Value

A trait_categories object.

Examples


get_trait_categories(progress_bar = FALSE)


quincunx documentation built on July 9, 2023, 7:32 p.m.