get_attr {dabr} | R Documentation |
Get attributes of a table
Description
Get attributes of a table
Usage
get_attr(conn, ...)
## S3 method for class 'MariaDBConnection'
get_attr(conn, name, ...)
Arguments
conn |
DB connection object. |
... |
Optional parameters. |
name |
Table name. |
Value
List of attributes for table name
.
[Package dabr version 0.0.4 Index]