refine_query {rrefine} | R Documentation |
Helper function to build OpenRefine API query
Description
Starting with the path to the running instance, this function will add a query command and (optionally) a CSFR token with refine_token
Usage
refine_query(query, use_token = TRUE, ...)
Arguments
query |
Character vector specifying the API endpoint to query |
use_token |
Boolean indicating whether or not the query string should include a CSRF Token (see |
... |
Additional parameters to be inherited by |
Value
Character vector with query based on parameter entered
[Package rrefine version 2.1.0 Index]