Dear All
We installed R and RServe on a server and connected our SAP HANA to it. The next thing we want to do is wrap our R-scripts in a SAP HANA procedure. Such a procedure accept table types and physical tables as input and output parameters. Unfortunately I can't get it to work. I know the SAP HANA R Integration Guide contains an example. But it uses a package called kernlab and I don't want to do that.
What I want to know is, how and when to use table types or physical tables. Preferably with an example showing how to store the results of the following two R-commands: library() and R.Version().
Any help is greatly appreciated.
Kind regards, Robbert