Skip to contents

Get Platforms

Usage

get_platforms(id = NULL, output = "df")

Arguments

id

Optional id of a specific platform, normally all platforms are returned.

output

Return a df (default) or named list.

Value

A tibble with platform info and ids.

Note

Currently the released variables is dropped on list output because I am bad at lists.

Examples

if (FALSE) {
get_platforms()
}