Description Usage Arguments Value Examples
View source: R/ckan_package_stack-class.R
The ckan_package_stack class is a wrapper around the ckan_package class from ckanr, which allows to stack multiple packages together. It comes with a custom print function.
1 | new_ckan_package_stack(x = list())
|
x |
A list of ckan_packages. |
An object of class ckan_package_class.
1 2 3 4 5 6 7 | ## Not run:
query_results <- suppressWarnings(ckanr::package_search(q = "dfo",
rows = 3,
as = "list"))
query_out <- rgovcan:::new_ckan_package_stack(query_results$results)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.