Learn R Programming

rrefine (version 2.1.0)

refine_metadata: Get all project metadata from OpenRefine

Description

This function is included internally to help retrieve metadata from the running OpenRefine instance. The query uses the OpenRefine API /command/core/get-all-project-metadata endpoint.

Usage

refine_metadata(...)

Value

Parsed list object with all project metadata including identifiers, names, dates of creation and modification, tags and more.

Arguments

...

Additional parameters to be inherited by refine_path; allows users to specify host and port arguments if the OpenRefine instance is running at a location other than http://127.0.0.1:3333

References

https://docs.openrefine.org/technical-reference/openrefine-api#get-all-projects-metadata

Examples

Run this code
if (FALSE) {
refine_metadata()
}

Run the code above in your browser using DataLab