Is anybody aware of loading a RData file with QlikView? The reason why I would like to do this that I have a large dataset in R that I would like to analyse interactively with QlikView. Moreover, it takes very long to store the data with the write.csv
function in R.
Asked
Active
Viewed 967 times
5

Jochem
- 3,295
- 4
- 30
- 55
-
Have you come across [this](http://community.qlikview.com/docs/DOC-2975) page in your searches? It talks about Qlikview/R integration. Not sure if it specifically address reading in RData files, but could be useful nonetheless. – bdiamante Aug 20 '13 at 14:23
-
Also, [this](http://community.qlikview.com/thread/86455) may useful as well. – bdiamante Aug 20 '13 at 14:28
1 Answers
0
I think you need to write it as a text file of some sort, then it is trivial to load it into Qlikview. For SAS files you could have SAS act as an sql server and use Qlikview, but it does not seem R can act as a server

user1617979
- 2,370
- 3
- 25
- 30
-
Yes it would indeed be nice if you connect to R as an SQL server. Via a query statement you could select data or execute a stored procedure (R script). Anyway, that is not the case... (at least not yet). – Jochem Feb 06 '14 at 07:08