readwritesqlite (version 0.2.0)

rws_read_meta: Read Meta Data table from a SQLite Database

Description

The table is created if it doesn't exist.

Usage

rws_read_meta(conn)

Value

A data frame of the meta table

Arguments

conn

A SQLiteConnection to a database.

Examples

Run this code
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