select: Perform a database query

Description Usage Arguments Value Author(s) References

Description

This function (will) allows an R user to perform an SQL-based query on an AmazonDB domain, e.g. SELECT x, y FROM domain WHERE z > '2'.

Usage

1
select(cmd, auth = getOption("AmazonAWS"), .opts = getDefaultS3CurlOptions())

Arguments

cmd

the SELECT command

auth

the AWS authorization key and identifier for the AWS request

.opts

a list of options passed to curlPerform that controls the HTTP request in the REST operation.

Value

This returns a data frame corresponding to the attributes that are selected. The values are factors.

Author(s)

Duncan Temple Lang

References

http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/


omegahat/RAmazonDB documentation built on May 24, 2019, 1:52 p.m.