search for: histbonddata

Displaying 1 result from an estimated 1 matches for "histbonddata".

2009 Jul 18
3
remote database queries
With good and faithful python remote database queries look something like this: url.urlopen("username/pssword at host",query) where query is something like "select * from table where ...." Does R support queries on remote hosts with username and password? What does a simple example look like? Thank you.