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

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

if (FALSE) all_meta <- sp_get_dbms_data_dictionary("rental")