write_sql_for_distinct_counts: Write sql that gets distinct counts

Description Usage Arguments Value

View source: R/write_sql_for_distinct_counts.R

Description

Write sql that gets distinct counts

Usage

1
write_sql_for_distinct_counts(table_name, select = "*")

Arguments

table_name

name of table with schema if applicable

select

character vector of column names to call the DISTINCT function on

Value

string of length one of a complete sql statement that will return distinct counts when executed


patelm9/seagull documentation built on July 19, 2020, 5:52 a.m.