I have been looking for a statistical package that I can implement in our application and I came across R. We run an n-Tier environment with an Oracle 10g backend. Our design is to keep all business logic in the backend. What I would like to do is call R from pl/sql. I noticed that ROracle is designed to connect with and process from a client perspective. I actually would be running in the database preparing the data and then apply the statistics to the result set for additional information. Then I would take the results from R and apply additional processing. Has anyone done this? Thanks. -- View this message in context: http://www.nabble.com/Implementing-R-through-Oracle-tf4719929.html#a13493204 Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.