Learn R Programming

quincunx (version 0.1.9)

get_trait_categories: 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)

Value

A trait_categories object.

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.

Examples

Run this code
if (FALSE) { # interactive()
get_trait_categories(progress_bar = FALSE)
}

Run the code above in your browser using DataLab