[R] Amazon SimpleDB and R

2009-09-19 Thread Tim Shephard
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

Re: [R] Amazon SimpleDB and R

2009-09-20 Thread Duncan Temple Lang
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("RA