Hi Tim Since we have a package to interface to Amazon's S3 storage system (http://www.omegahat.org/RAmazonS3), I put together an RAmazonDBREST package that uses the REST interface. It is available at http://www.omegahat.org/RAmazonDBREST/ and installable from source via
install.packages("RAmazonDBREST", repos = "http://www.omegahat.org/R") As you might infer, at some point we might create a SOAP-based interface. The intent of doing this is to get the infrastructure in place and allow others to play with the interface and add higher-levels to make it more R-esque. It was developed reasonably hastily so there may be issues and it could handle more documentation, but it works for me. D. Tim Shephard wrote: > As far as I know there isn't anything available for this, but I > thought I'd check before working up something of my own. > > Is there a way to query Amazon SimpleDB and import the data results > directly into R? > > Cheers, > > Tim. > > ______________________________________________ > 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.