update | R Documentation |
UPDATE
queryExecute UPDATE
query
update(conn, ...) ## S3 method for class 'MariaDBConnection' update(conn, ..., quiet = FALSE)
conn |
DB connection object. |
... |
|
quiet |
Boolean flag to hide status messages. |
Other DB functions:
close_conn()
,
delete()
,
insert()
,
list_tables()
,
open_conn_mysql()
,
select_all()
,
select()
## Not run: conn <- open_conn_mysql("sys", "root") out <- update(conn, "UPDATE sys_config SET value = 1") close_conn(conn) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.