connection_string: connection_string

connection_stringR Documentation

connection_string

Description

Used to query a SQL Server instance using windows credentials

Usage

connection_string(resource = "custom", custom, uid = NULL, pwd = NULL)

Arguments

resource

- Alias for the database connection

custom

custom database connection string, as specified in the custom parameter

Trantor

server_1_name

Phloston

server_2_name

custom

a valid SQL connection string. used to connect to other resources (ie. a local DuckDB database)

uid

userid for those resources that require one

pwd

password for those resources that require one. Never include verbatim passwords in scripts.

Value

Returns a connection string for odbc()


rparrish/RPamisc documentation built on Feb. 28, 2024, 9:26 p.m.