Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:LOADdateRep,day,month,year,cases,deaths,countriesAndTerritories,geoId,countryterritoryCode,popData2018,continentExpExtension R.ScriptEval('myData <- read.csv("https://opendata.ecdc.europa.eu/covid19/casedistribution/csv", na.strings = "", fileEncoding = "UTF-8-BOM")');
Error
When running this manually, it get to the data