refine_metadata {rrefine} | R 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 |
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)
[Package rrefine version 2.1.0 Index]