Learn R Programming

readwritesqlite (version 0.2.0)

rws_read_log: Read Log Data Table from a SQLite Database

Description

The table is created if it doesn't exist.

Usage

rws_read_log(conn)

Value

A data frame of the log table

Arguments

conn

A SQLiteConnection to a database.

Examples

Run this code
conn <- rws_connect()
rws_read_log(conn)
rws_write(rws_data, exists = FALSE, conn = conn)
if (FALSE) {
rws_read_log(conn)
}
rws_disconnect(conn)

Run the code above in your browser using DataLab