That depends on the database, not R.  I have done remote database
calls using MySQL from R.

On Sat, Jul 18, 2009 at 3:04 PM, David Lubbers<lu...@comcast.net> wrote:
> With good and faithful python remote database queries look something
> like this:
>
> url.urlopen("username/pssw...@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.
>
> ______________________________________________
> 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.
>

______________________________________________
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.

Reply via email to