table_connect: Function to connect to table

View source: R/table_connect.R

table_connectR Documentation

Function to connect to table

Description

This function helps connect to tables

Usage

table_connect(con, table_name = "stu_indic_fact", database = "edw")

Arguments

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"

Value

A string connection to the table.

Last Updated By

Stevens Dormezil

Last Update Date

2022/06/08

Examples

## Not run: location_dim_db <- table_connect("location_dim")


dormezil/dreaconnect documentation built on June 13, 2022, 5:49 a.m.