Connect to SQL Server Where EDW Data is Stored
Usage
con_stjude_edw(
server = "stjude-edw.database.windows.net",
database = "EDW",
authentication = "ActiveDirectoryIntegrated",
...
)Arguments
- server
[chr(1)]Name of server- database
[chr(1)]Name of database- authentication
[chr(1)]The authentication type to use; default isActiveDirectoryIntegrated- ...
Additional named arguments to pass to
odbc::dbConnect()