set_odbc_credential: Set credentials for an ODBC data source

Description Usage Arguments Functions Examples

Description

Set credentials for an ODBC data source

Usage

1
2
3

Arguments

dsn

The name of the data source name

usr

The user name for the connection

pwd

The password for the connection

Functions

Examples

1
2
3
4
set_odbc_credential("whiskey", "foo", "bar")
Sys.getenv(c("WHISKEY_USR", "WHISKEY_PWD"))
unset_odbc_credential("whiskey")
Sys.getenv(c("WHISKEY_USR", "WHISKEY_PWD"), unset = NA)

NateByers/etljobs documentation built on May 7, 2019, 6:06 p.m.