View source: R/get_filter_statement.R
get_filter_statement | R Documentation |
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)
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. |
A character string representing the constructed SQL filter statement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.