makeDataFrameTable: Upload rows of a data frame as items in an AmazonDB domain

Description Usage Arguments Author(s) References See Also Examples

Description

This function maps rows/observations in a data frame to

Usage

1
makeDataFrameTable(data, domain, auth = getOption("AmazonAWS"), ids = rownames(data))

Arguments

data

the data frame to upload

domain

the domain in which to insert the new items

auth

the authorization for the request. See createDomain.

ids

names for the new items in the AmazonDB domain. These default to the row names. But this parameter allows one to specify different values, or to easily prefix the row names.

Author(s)

Duncan Temple Lang

References

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

See Also

createDomain existsDomain

Examples

1
2
3
4
## Not run: 
  makeDataFrameTable(mtcars, 'dtl_mtcars')

## End(Not run)

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