Submit data to be appended to database table using RMariaDB. Output 0 or 1 based on success if verbose = TRUE May want to add secure credentials method.
1 2 3 4 5 6 7 8 9 10 11  | 
dataF | 
 data frame to be appended  | 
tName | 
 table to appand data to  | 
Append | 
 boolean defaults to TRUE. If True, dataF is appended to existing table. If FALSE and tName does not exist, a new table is created using dataF.  | 
Group | 
 Group identifier found in .my.cnf  | 
defaultFile | 
 file where Group credentials are found  | 
header_ | 
 logical whether first row is header  | 
rowNames | 
 boolean passed to dbWriteTable, defaults to FALSE. If True, row names are translated into column row_names.  | 
verbose | 
 provide feedback to user  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.