Skip to contents

Connect to SQL Server Where IRB_MLinHCT Data is Stored

Usage

con_irb_mlinhct(
  server = "SVWPBMTCTDB01",
  database = "IRB_MLinHCT",
  trusted_connection = TRUE,
  dsn = NULL,
  ...
)

Arguments

server

[chr(1)] Name of server

database

[chr(1)] Name of database

trusted_connection

[lgl(1)] Whether this is a "trusted connection"; using Windows Authentication means it is such a connection.

dsn

[chr(1)] A DSN name to use for connection; if provided, the above arguments are ignored.

...

Additional named arguments to pass to odbc::dbConnect()

Value

[Microsoft SQL Server] An ODBC connection object