sp_get_dbms_data_dictionary.Rd
Download a table from the dbms and create a data dictionary data frame
sp_get_dbms_data_dictionary(table_name, con = con)
table_name | The name of a table to be processed. |
---|---|
con | A DBI connection object for obtaining the local copy to be processed |
a data frame table_dd
if (FALSE) all_meta <- sp_get_dbms_data_dictionary("rental")