Description Usage Arguments Examples
View source: R/exploratory_functions.R
This function returns a data.frame that gives all unique columns found in the tables provided from a given database
1 | get_unique_ids(table_char_vect, conn, samp_num)
|
table_char_vect: |
a character vector containing the table names to inspect for unique columns |
conn: |
ODBC database handle |
samp_num: |
integer indicating the number of rows to sample |
1 | get_unique_ids(c('jerrys_table', 'jans_table', conn, 1000) # for obtaining unique identifiers from jan and jerrys table by checking 1000 randomly sample rows from each table
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.