RSiteSearch('java', 'fun') produced 144 matches for me just now.
The "sos" package can help organize study of those 144 matches:
library(sos)
j <- ???java # RSiteSearch('java', 'fun') -> a data.frame of class '
findFn'
summary(j) # 40 packages
installPackages(j) # install packages with the most matches
writeFindFn2xls(j)
This last command created "j.xls" in the working directory,
getwd(), with sheets "PackageSum2", "findFn", and "call".
For more, see vignette('sos').
Others can tell you more about the relative virtues of the
different Java capabilities in R, but this provides a very quick overview.
Hope this helps.
Spencer
Disclaimer: I'm the lead author of the 'sos' package.
Sujin Chandra wrote:
Dear All,
As I am doing a project in java and in that we need to integrate R software for
displaying statistical graph using the different set of data.
I don't have any idea on how to integrate R software in our java project.
Kindly give basic idea about the R software and how to integrate in java.
Regards,
Sujin
Sryas Software Pvt. Ltd.
Chennai
India
[[alternative HTML version deleted]]
______________________________________________
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.
--
Spencer Graves, PE, PhD
President and Chief Operating Officer
Structure Inspection and Monitoring, Inc.
751 Emerson Ct.
San José, CA 95126
ph: 408-655-4567
______________________________________________
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.