close_conn | R Documentation |
Close connection to database
close_conn(conn, ...) ## S3 method for class 'MariaDBConnection' close_conn(conn, ...) ## Default S3 method: close_conn(conn, ...)
conn |
DB connection object. |
... |
Optional parameters. |
Other DB functions:
delete()
,
insert()
,
list_tables()
,
open_conn_mysql()
,
select_all()
,
select()
,
update()
## Not run: conn <- open_conn_mysql("sys", "root") close_conn(conn) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.