List tables
list_tables(conn, ...)# S3 method for MariaDBConnection
list_tables(conn, quiet = FALSE, attr = TRUE, ...)
If quiet = TRUE returns a list with the tables' names. If
attr = TRUE includes each attribute of the tables.
DB connection object.
Optional parameters.
Boolean flag to hide status messages.
Boolean flag to list the attributes of each table.
Other DB functions:
close_conn(),
delete(),
insert(),
open_conn_mysql(),
select_all(),
select(),
update()