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).
refine_path(host = "http://127.0.0.1", port = "3333")Character vector with path to running OpenRefine instance
Host for running OpenRefine instance; default is http://127.0.0.1
Port number for running OpenRefine instance; default is 3333