On Aug 4, 2009, at 2:04 PM, Jim Bouldin wrote:
I admit that I've not done a thorough search on this topic, but from
the
several instructional manuals and/or tutorials I've looked at, I
don't see
any mention of relational database capabilities in R? Have I missed
something, and if so, can someone point me in the right direction
to get
started? Thanks!
It appears you missed the functions that do searching. Try:
??"sql" # two pages of hits (but depends on what you have installed)
RSiteSearch("sql") # 398 hits
RSiteSearch("database") # 1200+ hits
--
David Winsemius, MD
Heritage Laboratories
West Hartford, CT
______________________________________________
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.