rws_describe_meta.data.frame | R Documentation |
Add Data Frame of Descriptions to SQL Meta Data Table
## S3 method for class 'data.frame' rws_describe_meta(x, ..., conn)
x |
A data frame with columns Table, Column, Description. |
... |
Not used. |
conn |
A SQLiteConnection to a database. |
An invisible character vector of the previous descriptions.
Other rws_read:
rws_read.SQLiteConnection()
,
rws_read.character()
,
rws_read()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.