Using R from other Software

TIBCO-TERR

parallel_marketing_modeling

pred_modeling_of_fraud_and_risk2

Bridge to R for WPS

http://www.minequest.com/Bridge2R.html

SAS/IML Interface to R

http://www.sas.com/technologies/analytics/statistics/iml/index.html

Screenshot-

1387572355907

 

 

RapidMiner Extension to R

https://rapid-i.com/content/view/202/206/lang,en/#r

(UN)Official Screenshot-

IBM SPSS plugin for R

https://www.spss.com/software/statistics/developer/

and

https://www.spss.com/devcentral/index.cfm?pg=rresources

Tutorial-

https://sites.google.com/site/r4statistics/running-r-from-spss

http://rwiki.sciviews.org/doku.php?id=tips:callingr:spss

(UN)official Screenshot

Knime

http://www.knime.org/downloads/extensions

Official Screenshot-

Oracle Data Miner

http://www.oracle.com/technetwork/database/options/odm/odm-r-integration-089013.html

Screenshot-

109680

 

JMP

http://jmp.com/software/jmp9/keyfeatures.shtml

and

http://www.jmp.com/applications/analytical_apps/

Tutorial

http://blogs.sas.com/jmp/index.php?/archives/298-JMP-Into-R!.html

Screenshot-

R for QlikView

http://community.qlik.com/docs/DOC-3981

additional-

http://qliksolutions.ru/qlikview/add-ons/r-connector-eng/

R for Tableau Software

http://www.tableausoftware.com/new-features/r-integration

http://www.tableausoftware.com/learn/whitepapers/using-r-and-tableau

 Tableau Desktop can now connect to R through calculated fields and take advantage of R functions, libraries, packages and even saved models. These calculations dynamically invoke the R engine and pass values to R via the Rserve package, and are returned back to Tableau.

Tableau Server can also be configured to connect to an instance of Rserve through the tabadmin utility, allowing anyone to view a dashboard containing R functionality.

 R with Teradata

http://developer.teradata.com/applications/articles/in-database-analytics-with-teradata-r

R with Pentaho (via Weka)

http://cran.r-project.org/web/packages/RWeka/index.html

http://bigdatatechworld.blogspot.in/2013/10/integration-of-rweka-with-pentaho-data.html

R with Jaspersoft

http://whitemagicsoftware.com/w/books/indispensable/

PL/R – R Procedural Language for PostgreSQL

http://www.joeconway.com/plr/

http://www.joeconway.com/plr/doc/plr-overview.html

PL/R is a loadable procedural language that enables you to write PostgreSQL functions and triggers in the R programming language. PL/R offers most (if not all) of the capabilities a function writer has in the R language.

Commands are available to access the database via the PostgreSQL Server Programming Interface (SPI) and to raise messages via elog() . There is no way to access internals of the database backend. However the user is able to gain OS-level access under the permissions of the PostgreSQL user ID, as with a C function. Thus, any unprivileged database user should not be permitted to use this language. It must be installed as an untrusted procedural language so that only database superusers can create functions in it. The writer of a PL/R function must take care that the function cannot be used to do anything unwanted, since it will be able to do anything that could be done by a user logged in as the database administrator.

An implementation restriction is that PL/R procedures cannot be used to create input/output functions for new data types.

Leave a comment