This package aims to provide helper functions for accessing APIs compatible with the Reconciliation Service API standard, which developed from the OpenRefine Reconciliation API. Currently it consists of a single user-facing function, reconcile()
.
rrefine
provides R functions for working with OpenRefine's internal API—for example, transferring data in and out of an OpenRefine project.refinr
implements some of the clustering algorithms from OpenRefine in R.
- Work out a neater way to call
build_query()
with no optional arguments from the main function. - Error-handling!