Add Data Frame of Descriptions to SQL Meta Data Table
Source:R/describe.R
rws_describe_meta.data.frame.Rd
Add Data Frame of Descriptions to SQL Meta Data Table
Usage
# S3 method for class 'data.frame'
rws_describe_meta(x, ..., conn)
Arguments
- x
A data frame with columns Table, Column, Description.
- ...
Not used.
- conn
A RSQLite::SQLiteConnection to a database.
See also
Other rws_read:
rws_read()
,
rws_read.SQLiteConnection()
,
rws_read.character()