Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ishanbansal1204
Contributor III
Contributor III

R with Qlik Sense

Hi,

I have a function in R and i want to execute the R code in the load script of qlik sense. is this possible?

Thanks.

1 Solution

Accepted Solutions
Not applicable

What about this: Qlik Sense and R

Another way to integrate Qlik and R is to use OpenCPU, which allows you to call R functions using the OpenCPU webservices: OpenCPU - Producing and Reproducing Results

This thread shows some Qlik Sense Extension for connecting to OpenCPU: Using Nested R Functions with Qlik Sense Extension, R, and Open CPU Integration Approach with Open C...

View solution in original post

4 Replies
Not applicable

What about this: Qlik Sense and R

Another way to integrate Qlik and R is to use OpenCPU, which allows you to call R functions using the OpenCPU webservices: OpenCPU - Producing and Reproducing Results

This thread shows some Qlik Sense Extension for connecting to OpenCPU: Using Nested R Functions with Qlik Sense Extension, R, and Open CPU Integration Approach with Open C...

ishanbansal1204
Contributor III
Contributor III
Author

ishanbansal1204
Contributor III
Contributor III
Author

Hi,

I am using the below scripts in Qlik sense load.

set vPath = 'C:\Program Files\R\R-3.4.1\bin\R.exe';

set vFile = 'C:\Users\USer\Desktop\exe.R';

execute $(vPath);

execute $(vFile);

Its not working fine.. Is there any issues with this?

Not applicable

never tried it that way to run it locally, im working with opencpu currently