View source: R/make_valid_sql.R
make_valid_sql | R Documentation |
This function creates a valid SQL statement based on the specified variable, operator, and values. It handles different operators such as "greater", "less", "equal", and "between".
make_valid_sql(conn, variable, operator, values)
conn |
The connection object or database connection string. |
variable |
The variable for which the SQL statement is created. |
operator |
The operator to be used in the SQL statement. |
values |
The values to be used in the SQL statement. |
A character string representing the valid SQL statement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.