Re: [R] How to call web service in R

2010-11-23 Thread 夏高
Actually RCurl is not for calling web service. But thank you all the same. Does anybody know how to call web service in R? Thanks! 2010/11/23 Steve Lianoglou mailinglist.honey...@gmail.com Hi, On Mon, Nov 22, 2010 at 4:51 AM, ÏÄ¸ß xiagao1...@gmail.com wrote: Hello everyone, I would like

Re: [R] How to call web service in R

2010-11-23 Thread Barry Rowlingson
On Tue, Nov 23, 2010 at 8:09 AM, 夏高 xiagao1...@gmail.com wrote: Actually RCurl is not for calling web service. But thank you all the same. Does anybody know how to call web service in R? Thanks! Use RCurl. It can be used for calling web services. A web service is just an HTTP endpoint

Re: [R] How to call web service in R

2010-11-23 Thread Mike Marchywka
Date: Tue, 23 Nov 2010 11:28:15 + From: b.rowling...@lancaster.ac.uk To: xiagao1...@gmail.com CC: r-help@r-project.org Subject: Re: [R] How to call web service in R On Tue, Nov 23, 2010 at 8:09 AM, 夏高 wrote: Actually RCurl

[R] How to call web service in R

2010-11-22 Thread 夏高
Hello everyone, I would like to call web service in R, how can I do this? Thank you! Gao Xia [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

Re: [R] How to call web service in R

2010-11-22 Thread Steve Lianoglou
Hi, On Mon, Nov 22, 2010 at 4:51 AM, 夏高 xiagao1...@gmail.com wrote: Hello everyone, I would like to call web service in R, how can I do this? Thank you! Is RCurl what you're looking for? http://cran.r-project.org/web/packages/RCurl/index.html -steve -- Steve Lianoglou Graduate Student