refine_metadata: Get all project metadata from OpenRefine

View source: R/utils.R

refine_metadataR Documentation

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(...)

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

Value

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

References

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

Examples

## Not run: 
refine_metadata()

## End(Not run)


vpnagraj/rrefine documentation built on Nov. 21, 2022, 12:20 a.m.