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

View source: R/describe.R

rws_describe_meta.data.frameR Documentation

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 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.

Value

An invisible character vector of the previous descriptions.

See Also

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


poissonconsulting/readwritesqlite documentation built on June 9, 2025, 4:54 a.m.