This function constructs a SQL filter statement based on the provided filter statements and argument sequence.
get_filter_statement(filter_statements, argument_sequence, introduction_table)A character string representing the constructed SQL filter statement.
A character vector of SQL filter statements, one for each argument in the argument sequence.
A numeric vector representing the argument sequence for constructing the filter statement.
A data frame containing information about table prefixes for ID variables.