Learn R Programming

rrefine (version 2.1.0)

refine_path: 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")

Value

Character vector with path to running OpenRefine instance

Arguments

host

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

port

Port number for running OpenRefine instance; default is 3333