View source: R/table_connect.R
table_connect | R Documentation |
This function helps connect to tables
table_connect(con, table_name = "stu_indic_fact", database = "edw")
con |
String to previously made odbc connection |
table_name |
String of table to connect to |
database |
Database to connect to. Options include "edw" and "devl" |
A string connection to the table.
Stevens Dormezil
2022/06/08
## Not run: location_dim_db <- table_connect("location_dim")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.