list_tables {dabr} | R Documentation |
List tables
Description
List tables
Usage
list_tables(conn, ...)
## S3 method for class 'MariaDBConnection'
list_tables(conn, quiet = FALSE, attr = TRUE, ...)
Arguments
conn |
DB connection object. |
... |
Optional parameters. |
quiet |
Boolean flag to hide status messages. |
attr |
Boolean flag to list the attributes of each table. |
Value
If quiet = TRUE
returns a list with the tables' names. If
attr = TRUE
includes each attribute of the tables.
See Also
Other DB functions:
close_conn()
,
delete()
,
insert()
,
open_conn_mysql()
,
select_all()
,
select()
,
update()
[Package dabr version 0.0.4 Index]