get_filter_statement: Get Filter Statement

View source: R/get_filter_statement.R

get_filter_statementR Documentation

Get Filter Statement

Description

This function constructs a SQL filter statement based on the provided filter statements and argument sequence.

Usage

get_filter_statement(filter_statements, argument_sequence, introduction_table)

Arguments

filter_statements

A character vector of SQL filter statements, one for each argument in the argument sequence.

argument_sequence

A numeric vector representing the argument sequence for constructing the filter statement.

introduction_table

A data frame containing information about table prefixes for ID variables.

Value

A character string representing the constructed SQL filter statement.


acdcquery documentation built on Aug. 8, 2025, 6:37 p.m.