refine_path: Helper function to configure and call path to OpenRefine

View source: R/utils.R

refine_pathR Documentation

Helper function to configure and call path to OpenRefine

Description

This function is a helper that is used throughout rrefine to construct the path to the OpenRefine instance. By default this points to the localhost (http://127.0.0.1:3333).

Usage

refine_path(host = "http://127.0.0.1", port = "3333")

Arguments

host

Host for running OpenRefine instance; default is http://127.0.0.1

port

Port number for running OpenRefine instance; default is 3333

Value

Character vector with path to running OpenRefine instance


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