Description Usage Arguments Examples
View source: R/exploratory_functions.R
Given an odbc handle and a vector of table names, this function returns a named vector containing the number rows in each table
| 1 | get_table_lengths(conn, table_names)
 | 
| conn: | odbc handle | 
| table_names: | character vector indicating the names of tables in the database for which the number of rows is desired | 
| 1 | get_table_lengths(conn, c('best_table', 'next_best_table'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.