refine_id: Helper function to get OpenRefine project.id by project.name

View source: R/utils.R

refine_idR 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 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

Unique id of project


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