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.
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
This package can be installed via devtools:
install.packages('devtools')
devtools::install_github('edvalente/r2vortx')
To use the package, you need to add the following command:
library("r2vortx")
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.
Here is a simple video showing this operation - https://www.youtube.com/watch?v=jifOmAX4-qI
Follow us at www.aquare.la
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.