govcan_get_resources: Display or Query resources attached to a specific record or...

Description Usage Arguments Value Examples

View source: R/govcan_get_resources.R

Description

Display resources attached to a specific record or (i.e. a CKAN package) or to a stack of packages

Usage

1

Arguments

x

An object of the class ckan_package_stack or ckan_package, or an id of a specific record or (i.e. a CKAN package).

Value

A object of class ckan_resource_stack or list of ckan_resource_stack objects.

Examples

1
2
3
4
5
## Not run: 
search <- govcan_search("dfo", 10)
id_resources <- govcan_get_resources(search)

## End(Not run)

rgovcan documentation built on June 18, 2021, 5:07 p.m.