Learn R Programming

dcmodifydb (version 0.3.1)

get_table_con: Get table connection

Description

Gets a table connection, possibly a copy of the table.

Usage

get_table_con(table, con = NULL, copy = NULL)

Arguments

table

either a character or a tbl_sql object

con

dbi connection

copy

should a copy of the table be generated?