Description Usage Arguments Value Note
View source: R/QCMemo_script.R
The function makeSQLTable
accepts a SQL query and displays the results
in a table.
1 | makeSQLTable(connection = con, query)
|
connection |
A DBIConnection object, as returned by
|
query |
A character string containing a SQL query. |
A flextable
object.
The QC memo template contains a chunk of code, just after the call to
loadSASdf()
, that automatically loads all the Step 1 and Step 2
datasets into a SQL database so that they can be accessed by queries. For
more information, see dbWriteTable
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.