Learn R Programming

awsjavasdk (version 0.2.2)

aws_sdk_present: Confirm presence of core SDK jar

Description

Confirm presence of core SDK jar

Usage

aws_sdk_present(assert = FALSE)

Arguments

assert

If TRUE, the absence of the SDK will throw an error

Value

Boolean reflecting whether the SDK could be located

Details

Note that this only checks for the ability to locate the core AWS SDK jar

Examples

Run this code
# NOT RUN {
aws_sdk_present()
# }

Run the code above in your browser using DataLab