closeRefine: Close connection to openRefine API

View source: R/closeRefine.r

closeRefineR Documentation

Close connection to openRefine API

Description

Get openRefine cleaned data.frame and close

Usage

closeRefine(dataFrameOutput = TRUE, kill = FALSE)

Arguments

dataFrameOutput

if TRUE, return a data.frame (a tibble otherwise)

kill

if TRUE delete openRefine project

Details

...

Value

data.frame or tibble

Author(s)

JuG

Examples

cleanedData <- closeRefine(dataFrameOutput = TRUE)


jgodet/utilitR documentation built on May 16, 2024, 12:01 p.m.