View source: R/database_functions.R
MODIFY | R Documentation |
MODIFY
can be used, for example, to update or delete records in the
UWIN database.
MODIFY(sql = NULL, report = FALSE, db = uwidb)
sql |
A SQL statement input as a character vector to be sent to the UWIN database. |
report |
Logical. Whether or not to report the number of rows
affected. Defaults to |
db |
The MySQL connection to the UWIN database. Defaults to 'uwidb' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.