Learn R Programming

rgovcan (version 1.0.3)

new_ckan_resource_stack: ckan_resource_stack class

Description

The ckan_resource_stack class is a wrapper around the ckan_resource class from ckanr, which allows to stack multiple resources together. It comes with a custom print function.

Usage

new_ckan_resource_stack(x = list())

Arguments

x

A list of ckan_resources.

...

ignored.

Value

An object of class ckan_resource_stack

Examples

Run this code
# NOT RUN {
query_results <- suppressWarnings(ckanr::package_search(q = "dfo",
                                                        rows = 3,
                                                        as = "list"))
query_out <- rgovcan:::new_ckan_package_stack(query_results$results)
Map(govcan_get_resources, query_out)[[1]]
# }

Run the code above in your browser using DataLab