Movatterモバイル変換


[0]ホーム

URL:


rrefine

CRAN Status

Introduction

OpenRefine(formerlyGoogle Refine) is a popular, open source datacleaning software.rrefine enables users toprogrammatically trigger data transfer between R andOpenRefine. Using the functions available in thispackage, you can import, export, apply data cleaning operations, ordelete a project inOpenRefine directly from R. Thereareseveralclient libraries for automatingOpenRefine tasks viaPython, nodeJS and Ruby.rrefine extends thisfunctionality to R users.

Installation

The development version ofrrefine is available onGitHub and can beinstalled viadevtools:

# install.packages("devtools")devtools::install_github("vpnagraj/rrefine")library(rrefine)

rrefine is also available onCRAN:

install.packages("rrefine")library(rrefine)

Functions

The package includes the following functionality to interface withOpenRefine projects:

Descriptions and examples of usage are available in the packagemanualandvignette.

Issues

Feature requests, bug reports or other questions should be directedto theissuequeue.


[8]ページ先頭

©2009-2025 Movatter.jp