Description Usage Arguments See Also
View source: R/utils-typewrite.R
Wrapper around cat
function in R that returns a
timestamped SQL:
heading followed by the SQL statement.
1 | lowLevel_typewrite_sql(sql_statement, style = c("inline", "chunk"))
|
sql_statement |
SQL statement. |
style |
The inline style where the statement is flattened into a single line or a chunk style where the statement is taken in its native format and returned within a set of ticks for R Markdown, Default: "inline". |
str_replace
c("typewrite", "enbold", "blueTxt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.