Learn R Programming

cloudSimplifieR (version 0.1.9)

setEnvironment: setEnvironment

Description

This function sets the environment variables for the AWS environment

Usage

setEnvironment(key, secret, region)

Arguments

key

This goes into the AWS_ACCESS_KEY_ID

secret

This goes into the AWS_SECRET_ACCESS_KEY

region

This goes into the AWS_DEFAULT_REGION

Examples

Run this code
# NOT RUN {
setEnvironment("xxxxxxxx", "xxxxx/xxx", "ap-south-1")
# }

Run the code above in your browser using DataLab