...
>
> As Uwe told you, it is not source(), it is file().
>
> Please read the documentation for yourself.
ok; done!
?file links to ?download.file().
here one can read, that the proxy (and I guess the no_proxy)
have to be specified via environment variables. As I showed in my
initial mail 1) the
>
> Re: [R] source and localhost
>
> On Fri, 20 May 2011, Uwe Ligges wrote:
>
> >
> >
> > On 20.05.2011 17:22, thomas.b...@ptb.de wrote:
> >> Dear List,
> >>
> >> I have problems with the function source() using a
> >> url of the kind:
> >>
> >> http://localhost:5984/path/fn.R
> >
> > Does
> >
>
>
> On 20.05.2011 17:22, thomas.b...@ptb.de wrote:
> > Dear List,
> >
> > I have problems with the function source() using a
> > url of the kind:
> >
> > http://localhost:5984/path/fn.R
>
> Does
>
> con <- url("http://localhost:5984/path/fn.R";)
> source(url)
> close(con)
>
> work for you?
N
Dear List,
I have problems with the function source() using a
url of the kind:
http://localhost:5984/path/fn.R
I receive
Fehler in file(file, "r", encoding = encoding) :
kann Verbindung nicht öffnen
Zusätzlich: Warnmeldung:
In file(file, "r", encoding = encoding) :
Öffnen fehlgeschlagen: H
|Dear list,
I have written some R-functions and build a R4CouchDB package for basic
R <-> couchdb interaction available at:
git://github.com/wactbprot/R4CouchDB.git
Regards
wactbprot
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/li
Dear List,
I'm searching for a way (package, function or something) providing
the http PUT, GET POST ... methods in R. httpRequest and RCurl
seems to have a lack of the PUT method.
Regards
Thomas
|| Thomas Bock c/o Physikalisch-Technische Bundesanstalt
|| Abbestr. 2-12, D-10587 B
6 matches
Mail list logo