Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
somdakay
Partner - Contributor
Partner - Contributor

R call from Qlik Sense Desktop

Hi,

I am trying to call an R function from Qlik Sense Script. Please assist?

This is what I have
- Rserve (Rserve: Ok, ready to answer queries
- SSEtoRServe (gRPC listening on port 50051 |  Connected to RServe 127.0.0.1:6311)

Script

Covid19Data:
LOAD
dateRep,
day,
month,
year,
cases,
deaths,
countriesAndTerritories,
geoId,
countryterritoryCode,
popData2018,
continentExp
Extension R.ScriptEval('myData <- read.csv("https://opendata.ecdc.europa.eu/covid19/casedistribution/csv", na.strings = "", fileEncoding = "UTF-8-BOM")');

Error

somdakay_0-1588583796820.png

When running this manually, it get to the data

somdakay_1-1588583861954.png

 

0 Replies