get_platform_information: Get information about all available platforms for the...

Description Usage Arguments Value Examples

View source: R/queries.R

Description

Get information about all available platforms for the selected compendium, use get_available_compendia to check all the available compendia

Usage

1
get_platform_information(compendium = "vespucci")

Arguments

compendium

A string - the selected compendium

Value

A data.frame with five columns: accessId, name, description, source, type

Examples

1
2
info <- get_platform_information()
dplyr::count(info, type, source)

onertipaday/rcompass documentation built on Sept. 18, 2021, 5:13 p.m.