Description Usage Arguments Value Examples
View source: R/setup_sql_server.R
Set up ODBC connection to SQL Server
1 | setup_sql_server(dsn_name = "cnx_SPDBSCSTA001")
|
dsn_name |
A string specifying connection name. Default value is "cnx_SPDBSCSTA001", because that's the name I use. |
Returns connections to databases
1 2 | setup_sql_server()
# Should return views with names like vw_ed_mart, vw_adtc_ad_view, etc.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.