callAPI {Pandora}R Documentation

Call API

Description

Call API

Usage

callAPI(
  action = c("current_package_list_with_resources", "group_list", "package_list",
    "organization_list", "tag_list"),
  ...
)

Arguments

action

(character) name of the endpoint "mapping"

...

parameters for the endpoint, e.g. all_fields = "true"

Value

(data.frame) output from the Pandora API


[Package Pandora version 24.2.0 Index]