rws_describe_meta {readwritesqlite} | R Documentation |
Add Descriptions to SQL Meta Data Table
Description
Add Descriptions to SQL Meta Data Table
Usage
rws_describe_meta(x, ..., conn)
Arguments
x |
An object specifying the descriptions. |
... |
Not used. |
conn |
A SQLiteConnection to a database. |
Value
An invisible copy of the updated meta table.
See Also
Other rws_describe_meta:
rws_describe_meta.character()
[Package readwritesqlite version 0.2.0 Index]