Description Usage Arguments Value See Also Examples
Loads a previously saved AWS connection object. Then, the function re-initiates the connection to AWS.
1 | aws_load_connection(file = "aws_connection.rds")
|
file |
Path to the file where to save the aws_connection object (in RDS format). |
The loaded and re-initiated AWS connection object.
connect_aws()
, aws_load_connection()
1 2 3 4 5 | ## Not run:
aws_load_connection('aws_connection.rds')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.