Description Usage Arguments Value Author(s) Examples
View source: R/concerto.table.fillSQL.R
Fills SQL code with given parameters.
1 | concerto.table.fillSQL(sql, params = list())
|
sql |
SQL code. |
params |
Named list with parameters. |
SQL code with inserted parameters.
Przemyslaw Lis
1 2 3 4 5 6 | ## Not run:
id <- 123
sql <- "SELECT * FROM `db`.`table` WHERE `id`= id_value "
sql <- concerto.table.fillSQL(sql, list(id_value = id))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.