install_aws_sdk: Install the AWS Java SDK

Description Usage Arguments Value Examples

View source: R/awsjavasdk.R

Description

This function fetches and unpacks the AWS Java SDK to a package managed directory. If the Java SDK is already present, it will wipe that location and re-download and unpack the file present at https://sdk-for-java.amazonwebservices.com/latest/aws-java-sdk.zip

Usage

1
install_aws_sdk(root = .package_envir_get("sdk_file_root"))

Arguments

root

The root folder that will contain the SDK

Value

boolean; TRUE if the SDK can now be located, FALSE if it can not be located

Examples

1
2
3
4
## Not run: 
install_aws_sdk()

## End(Not run)

awsjavasdk documentation built on May 2, 2019, 7:23 a.m.