Learn R Programming

readepi (version 1.0.4)

server_make_subsetting_query: Create a subsetting query

Description

Create a subsetting query

Usage

server_make_subsetting_query(filter, target_columns, table)

Value

A string with the SQL query made from the input arguments

Arguments

filter

An expression that will be used to subset on rows

target_columns

A comma-separated list of column names to be returned

table

The name of the table of interest