callAPI: Call API

View source: R/01-ckan.R

callAPIR 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


Pandora documentation built on June 22, 2024, 6:48 p.m.