Description Usage Arguments Value
View source: R/write_sql_for_distinct_counts.R
Write sql that gets distinct counts
1 | write_sql_for_distinct_counts(table_name, select = "*")
|
table_name |
name of table with schema if applicable |
select |
character vector of column names to call the DISTINCT function on |
string of length one of a complete sql statement that will return distinct counts when executed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.