AWR-package {AWR} | R Documentation |
Making the AWS Java SDK JAR classes available in R
Description
This R package makes the jar
files of the AWS SDK for Java
available to be used in downstream R packages. Please note the
installation instructions for the System Requirements in the
README.md
.
References
https://aws.amazon.com/sdk-for-java
Examples
## Not run:
library(rJava)
client <- .jnew("com.amazonaws.services.s3.AmazonS3Client")
kc$getS3AccountOwner()$getDisplayName()
## End(Not run)
[Package AWR version 1.11.189-1 Index]