sp_get_dbms_data_dictionary: Download a table from the dbms and create a data dictionary...

Description Usage Arguments Value Examples

View source: R/sp_get_dbms_data_dictionary.R

Description

Download a table from the dbms and create a data dictionary data frame

Usage

1
sp_get_dbms_data_dictionary(table_name, con = con)

Arguments

table_name

The name of a table to be processed.

con

A DBI connection object for obtaining the local copy to be processed

Value

a data frame table_dd

Examples

1
## Not run: all_meta <- sp_get_dbms_data_dictionary("rental")

smithjd/sqlpetr documentation built on Feb. 29, 2020, 8:15 p.m.