Description Usage Arguments Examples
View source: R/connect.sql.server.R
A function that connects an R session to a running instance of Microsoft SQL Server using the jTDS driver and RJDBC.
1 | connect.sql.server(database, user, password, server.address, domain = NA)
|
database |
The name of the database on the server that you want to connect to |
user |
The user name that you want to use to authenticate against SQL Server |
password |
The password for the user that will be authenticated against SQL Server |
server.address |
The network address of the Windows instance that is running SQL Server |
domain |
The domain to use in the case of NTLM logins, NA if using SQL Server login credentials |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.