govcan_get_resources {rgovcan} | R Documentation |
Display or Query resources attached to a specific record or (i.e. a CKAN package) or to a stack of packages
Description
Display resources attached to a specific record or (i.e. a CKAN package) or to a stack of packages
Usage
govcan_get_resources(x)
Arguments
x |
An object of the class |
Value
A object of class ckan_resource_stack
or list of ckan_resource_stack objects.
Examples
## Not run:
search <- govcan_search("dfo", 10)
id_resources <- govcan_get_resources(search)
## End(Not run)
[Package rgovcan version 1.0.4 Index]