README.md

r2vortx

This package is an easy way to integrate (automate) R programs using the Aquarela VORTX plataform. In other words, R programs can use r2vortx functions to send and receive jobs to/from VORTX.

Also, it has some functions that integrates R to OpenRefine as well. OpenRefine is an open source tool for data cleansing, and can be downloaded at http://openrefine.org/.

Every function requires an API Key from VORTX, so it is recommended to add it as a variable in your programming environment.

Arguments and usage can be found in the documentation.

01 - Basic Requirements

To use VORTX functions you will need: - An authorized VORTX API key - httr package installed

To use OpenRefine functions you will need: - Local OpenRefine running on port 3333

02 - Installation

This package can be installed via devtools:

install.packages('devtools')
devtools::install_github('edvalente/r2vortx')

03 - Usage

To use the package, you need to add the following command:

library("r2vortx")

04 - API - Information

All api addresses of VORTX can be found at api.vortx.io

Contributors of this project should get in touch to get over Github to get the APIkeys.

How does VORTX work with spreadsheets?

Here is a simple video showing this operation - https://www.youtube.com/watch?v=jifOmAX4-qI

More information

Follow us at www.aquare.la



Aquarela-Advanced-Analytics/r2vortx documentation built on May 20, 2019, 8:46 a.m.