Learn R Programming

Pandora (version 24.2.0)

getNetworks: Get Networks

Description

Get all available networks (groups in CKAN terminology) optional filtering of names for a given string

Usage

getNetworks(pattern = "", order = TRUE, groupList = data.frame())

Value

(data.frame) giving the "name" and "display_name" of available Pandora networks (groups in CKAN terminology)

Arguments

pattern

(character) string for meta information search

order

(logical) if TRUE, order dataframe alphabetically by 'repository' and 'name'

groupList

(data.frame) optional, output of callAPI() from a previous call to the Pandora API.