refine_path {rrefine} | R 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 |
port |
Port number for running OpenRefine instance; default is |
Value
Character vector with path to running OpenRefine instance
[Package rrefine version 2.1.0 Index]