openRefine: Connect to openRefine API

View source: R/openRefine.r

openRefineR Documentation

Connect to openRefine API

Description

Connect to openRefine API to import, export or delete a project in OpenRefine directly from an R script

Usage

openRefine(data)

Arguments

data

a data.frame

Details

Connect to openRefine API https://cran.r-project.org/web/packages/rrefine/vignettes/rrefine-vignette.html. openRefine must be installed on the local machine http://openrefine.org/download.html.

Value

void

Author(s)

JuG

Examples

#devtools::install_github("vpnagraj/rrefine")
library(rrefine)
lateformeeting[1:10,]
openRefine(lateformeeting)


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