secure_connection: securely connect to a data source using a connection file

Description Usage Arguments Details Examples

View source: R/secure_connection.R

Description

Source the connection details from a connection file. Updated to allow passing in of the connection file details including the directory. Note this version uses the rstudioapi package so intended to be used within rstudio

Usage

1
secure_connection(connection_file = NULL, directory = NULL)

Arguments

connection_file

an r script file containing the connection

directory

the directory containing the connection file

Details

Source the connection details from a connection file

Examples

1
2
3
4
## Not run: 
Insert example here

## End(Not run)

MarkGoble/mishMashr documentation built on Oct. 12, 2020, 8:24 p.m.