aws_load_connection: Load a previously saved AWS connection object.

Description Usage Arguments Value See Also Examples

View source: R/aws.R

Description

Loads a previously saved AWS connection object. Then, the function re-initiates the connection to AWS.

Usage

1
aws_load_connection(file = "aws_connection.rds")

Arguments

file

Path to the file where to save the aws_connection object (in RDS format).

Value

The loaded and re-initiated AWS connection object.

See Also

connect_aws(), aws_load_connection()

Examples

1
2
3
4
5
## Not run: 

aws_load_connection('aws_connection.rds')

## End(Not run)

MarHai/ScrapeBotR documentation built on March 10, 2021, 10:10 a.m.