| openRefine | R Documentation |
Connect to openRefine API to import, export or delete a project in OpenRefine directly from an R script
openRefine(data)
data |
a data.frame |
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.
void
JuG
#devtools::install_github("vpnagraj/rrefine")
library(rrefine)
lateformeeting[1:10,]
openRefine(lateformeeting)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.