Learn R Programming

rrefine (version 2.1.0)

refine_id: 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, ...)

Value

Unique id of project

Arguments

project.name

Name of project

project.id

Unique identifier for project

...

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