powered by
Close connection to database
close_conn(conn, ...)# S3 method for MariaDBConnection close_conn(conn, ...)# S3 method for default close_conn(conn, ...)
# S3 method for MariaDBConnection close_conn(conn, ...)
# S3 method for default close_conn(conn, ...)
DB connection object.
Optional parameters.
Other DB functions: delete(), insert(), list_tables(), open_conn_mysql(), select_all(), select(), update()
delete()
insert()
list_tables()
open_conn_mysql()
select_all()
select()
update()
if (FALSE) { conn <- open_conn_mysql("sys", "root") close_conn(conn) }
Run the code above in your browser using DataLab