readwritesqlite (version 0.0.1)

rws_read_meta: Read Meta Data table from SQLite Database

Description

The table is created if it doesn't exist.

Usage

rws_read_meta(conn)

Arguments

conn

A '>SQLiteConnection to a database.

Value

A data frame of the meta table

Examples

Run this code
# NOT RUN {
conn <- rws_connect()
rws_read_meta(conn)
rws_write(rws_data, exists = FALSE, conn = conn)
rws_read_meta(conn)
rws_disconnect(conn)
# }

Run the code above in your browser using DataLab