Description Usage Arguments Value Examples
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
1 | install_aws_sdk(root = .package_envir_get("sdk_file_root"))
|
root |
The root folder that will contain the SDK |
boolean; TRUE if the SDK can now be located, FALSE if it can not be located
1 2 3 4 | ## Not run:
install_aws_sdk()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.