View source: R/set_secret_key.R
set_secret_key | R Documentation |
Get the Access Key ID and Secret Access Key by logging into https://console.aws.amazon.com/,
clicking on the username followed by security credentials. The function sets two environmental variables
AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
. These environment variables persist within a R session. The function
looks for these variables
set_secret_key(key = NULL, secret = NULL, force = FALSE)
key |
String; Required; Access Key ID |
secret |
String; Required; Secret Access Key |
force |
String; Required; Force change the |
## Not run: set_secret_key(key = "key", secret = "secret") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.