refine_remove_column: Remove column from OpenRefine project
Description
This function will remove a column from an existing OpenRefine project via an API query to /command/core/apply-operations and the core/column-removal operation.
Operates as a side-effect passing operations to the OpenRefine instance. However, if verbose=TRUE then the function will return an object of the class "response".
Arguments
column
Name of the column to be removed
project.name
Name of project
project.id
Unique identifier for project
verbose
Logical specifying whether or not query result should be printed; default is FALSE
validate
Logical as to whether or not the operation should validate parameters against existing data in project; 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