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 that returns a response. RCurl does that. What did you have in mind as a 'web service'? Barry ______________________________________________ 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.