simple_q: Template for simple single-table queries.

View source: R/simple_q.R

simple_qR Documentation

Template for simple single-table queries.

Description

This functions provides a shorthand for queries of the form "select x from y where ..."

Usage

simple_q(table, ..., id_field, id_type, schema)

simple_q_(table, where = NULL, id_field, id_type, schema)

Arguments

table

full name of the CDW table (eg d_entity_mv)

...

filter conditions

id_field

the name of the id column in table

id_type

a text label for the type of id

schema

the schema

env

evaluation environment


tarakc02/listbuilder documentation built on Jan. 27, 2024, 7:48 p.m.