connection_string | R Documentation |
Used to query a SQL Server instance using windows credentials
connection_string(resource = "custom", custom, uid = NULL, pwd = NULL)
resource |
- Alias for the database connection
|
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. |
Returns a connection string for odbc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.