powered by
The table is created if it doesn't exist.
rws_read_log(conn)
A data frame of the log table
A SQLiteConnection to a database.
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