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
along with writing it to a log file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | typewrite_sql(
sql_statement,
style = c("inline", "chunk"),
log_file = "",
sep = "\n",
append = TRUE
)
typewrite_sql(
sql_statement,
style = c("inline", "chunk"),
log_file = "",
sep = "\n",
append = TRUE
)
|
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.