You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
Title: Interface with a DKAN Data Portal's Datastore API (including the California Open Data Portal)
Version: 0.0.1
Authors@R: person('David', 'Altare', email='[email protected]', role = c('aut', 'cre'))
Description: This package defines an R function called read_dkan(), which provides an interface for the datastore API of any DKAN-based data portal, such as California's Open Data Portal (at: data.ca.gov_. The read_dkan() function retrieves data specified by the function parameters, and returns the data formatted in an R data frame. More information about the DKAN datastore API is at: http://dkan.readthedocs.io/en/latest/apis/datastore-api.html.