Submit sql statement using RMariaDB. If dataF given, a the SQL statement will be parameterized. May want to add secure credentials method.
1 2 3 4 5 6 7 8 9 10 11  | 
dataF | 
 If given, data frame of key values to be used in parameterized statement.  | 
tName | 
 table name  | 
returnClass | 
 class of return object. Should be one of data.table, tibble, or data.frame.  | 
sql | 
 sql statement. defaults to select  | 
Group | 
 Group identifier found in .my.cnf  | 
defaultFile | 
 file where Group credentials are found  | 
verbose | 
 provide feedback to user  | 
CLIENT_MULTI_STATEMENTS_ | 
 logical to use CLIENT_MULTI_STATEMENTS  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.