get_sql_from_file | R Documentation |
Read in an SQL file and inject arguments with Jinja (if given params).
get_sql_from_file(filepath, jinja_args = NULL)
filepath |
A filepath to your SQL file. |
jinja_args |
If not NULL, will pass the read in SQL file through a jinja template to render the template. Otherwise will just return the SQL file as is. Defaults to NULL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.