View source: R/as-ckan_package.R
| as.ckan_package | R Documentation | 
ckan_package class helpers
as.ckan_package(x, ...)
is.ckan_package(x)
x | 
 Variety of things, character, list, or ckan_package class object  | 
... | 
 Further args passed on to   | 
## Not run: 
ckanr_setup(url = "https://demo.ckan.org/",
  key = getOption("ckan_demo_key"))
(pkgs <- package_search())
pkgs$results
pkgs$results[[3]]
# create item class from only an item ID
as.ckan_package(pkgs$results[[3]]$id)
# gives back itself
(x <- as.ckan_package(pkgs$results[[3]]$id))
as.ckan_package(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.