refine_project_summary {rrefine} | R Documentation |
Get project summary data
Description
This function retrieves high-level project summary data (such as id, name, date created, date modified, description, and row count) from all projects in the OpenRefine instance. Internally this function uses refine_metadata
to pull information from project metadata.
Usage
refine_project_summary(...)
Arguments
... |
Additional parameters to be inherited by |
Value
A data.frame
with observations containting high-level summary metadata for all projects in the OpenRefine instance. Columns include: project id ("id"), project name ("name"), project description ("description"), count of number of project rows ("rowCount"), date created ("created"), and date modified ("modified").
References
https://docs.openrefine.org/technical-reference/openrefine-api#get-all-projects-metadata
Examples
## Not run:
refine_project_summary()
## End(Not run)