| set_s3keys | R Documentation |
'set_s3keys' stores your s3 keys using the 'keyring' package. This will only need to done once. After running 'set_s3keys(access, secret)', RStudio API which will then store the keys in your OS credential store using 'keyring'.
set_s3keys(access, secret)
access |
S3 Account Access Key |
secret |
S3 Account Secret Key |
stored access key
Other authentication:
datim_pwd(),
datim_user(),
get_account(),
get_key(),
get_keys(),
get_s3key(),
get_services(),
load_secrets(),
pano_pwd(),
pano_user(),
pdap_access(),
pdap_bucket(),
pdap_secret(),
set_account(),
set_datim(),
set_email(),
set_key(),
set_pano()
## Not run:
set_s3access("ABDCEDFF", "MLIZD998SD")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.