get_table_lengths: Gets the number of rows for a list of tables

Description Usage Arguments Examples

View source: R/exploratory_functions.R

Description

Given an odbc handle and a vector of table names, this function returns a named vector containing the number rows in each table

Usage

1
get_table_lengths(conn, table_names)

Arguments

conn:

odbc handle

table_names:

character vector indicating the names of tables in the database for which the number of rows is desired

Examples

1
get_table_lengths(conn, c('best_table', 'next_best_table'))

zbeaver4/beavR documentation built on May 4, 2019, 9:12 p.m.