sql.format | R Documentation |
See example usage below. Arguments
are named list elements corresponding to format parameters. Only sql
is
required; the rest have sensible defaults.
See https://sqlformat.org/api/ for details. A usage limit exists: 500 requests per hour based on the IP address.
sql.format(sql, ...)
sql |
Structured Query Language. |
... |
Format parameters. |
sql.format(sql="select * from foo", reindent=1, keyword_case="upper") # -> [1] "SELECT *\nFROM foo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.