count_from: Count the cases for the combination of variables from the...

Description Usage Arguments Value Examples

Description

Count the cases for the combination of variables from the table

Usage

1
count_from(vars, table_name)

Arguments

vars

character vector of variable names

table_name

string of table name

Value

sql query string

Examples

1
2
3
library(magrittr)
c("x", "y") %>%
count_from("table_name")

taekyunk/sql.helper documentation built on May 20, 2019, 1:30 p.m.