readwritesqlite (version 0.2.0)

rws_describe_meta.data.frame: Add Data Frame of Descriptions to SQL Meta Data Table

Description

Add Data Frame of Descriptions to SQL Meta Data Table

Usage

# S3 method for data.frame
rws_describe_meta(x, ..., conn)

Value

An invisible character vector of the previous descriptions.

Arguments

x

A data frame with columns Table, Column, Description.

...

Not used.

conn

A SQLiteConnection to a database.

See Also

Other rws_read: rws_read.SQLiteConnection(), rws_read.character(), rws_read()