query_substitute | R Documentation |
Replace parameters in query
query_substitute( qry, ..., query_location = queries_default_location(), include_header = FALSE, append_params = FALSE )
qry |
a query object or name of a query |
... |
parameter values |
query_location |
the location of the query |
include_header |
if true, the header will be included in the sql query |
append_params |
should the parameter values be appended to the query in a comment? |
a formatted query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.