Starting with the path to the running instance, this function will add a query command and (optionally) a CSFR token with refine_token
refine_query(query, use_token = TRUE, ...)Character vector with query based on parameter entered
Character vector specifying the API endpoint to query
Boolean indicating whether or not the query string should include a CSRF Token (see refine_token; default is TRUE
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