View source: R/package_delete.R
| package_delete | R Documentation | 
Delete a package
package_delete(id, url = get_default_url(), key = get_default_key(), ...)
| id | (character) The id of the package. Required. | 
| url | Base url to use. Default: https://data.ontario.ca
See also  | 
| key | A privileged CKAN API key, Default: your key set with
 | 
| ... | Curl args passed on to crul::verb-POST (optional) | 
## Not run: 
# Setup
ckanr_setup(url = "https://demo.ckan.org", key = getOption("ckan_demo_key"))
# create a package
(res <- package_create("lions-bears-tigers"))
# show the package
package_show(res)
# delete the package
package_delete(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.