Learn R Programming

⚠️There's a newer version (0.1.3) of this package.Take me there.

dkanr

Overview

DKAN is an open data platform that enables publication and consumption of open data.

The dkanr package is an R client to the DKAN REST API that aims to facilitate the consumption, updating, and publication of content to open data platforms powered by DKAN.

Installation

You can install the released version of dkanr from CRAN with:

install.packages("dkanr")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("tonyfujs/dkanr")

Example

To learn more about the features and functionalities of the package, view the Getting Started with dkanr vignette for basic guidelines on how to use the package.

browseVignettes(package = "dkanr")

Copy Link

Version

Install

install.packages('dkanr')

Monthly Downloads

181

Version

0.1.2

License

MIT + file LICENSE

Maintainer

Tony Fujs

Last Published

July 12th, 2018

Functions in dkanr (0.1.2)

is.dkan_node

dkan_node class helpers
ds_search_all

ds_search_all
dkanr_logout

dkanr_logout
delete_node

delete_node
err_handler

err_handler
ds_search

ds_search
filters_to_text_query

filters_to_text_query
ds_is_available

ds_is_available
get_resource_nids

get_resource_nids
list_nodes

list_nodes
dkanr_settings

Get or set dkanr DKAN settings
dkanr_setup

Configure default DKAN settings
is.dkan_list

dkan_list class helpers
get_resource_url

get_resource_url
list_nodes_all

list_nodes_all
attach_file_to_node

attach_file_to_node
create_node

create_node
retrieve_node

retrieve_node
update_node

update_node