refine_id {rrefine} | R Documentation |
Helper function to get OpenRefine project.id by project.name
Description
For functions that allow either a project name or id to be passed, this function is used internally to resolve the project id from name if necessary. It also validates that values passed to the 'project.id“ argument match an existing project id in the running OpenRefine instance.
Usage
refine_id(project.name, project.id, ...)
Arguments
project.name |
Name of project |
project.id |
Unique identifier for project |
... |
Additional parameters to be inherited by |
Value
Unique id of project
[Package rrefine version 2.1.0 Index]