powered by
The table is created if it doesn't exist.
rws_read_log(conn)
A '>SQLiteConnection to a database.
'>SQLiteConnection
A data frame of the log table
# NOT RUN { conn <- rws_connect() rws_read_log(conn) rws_write(rws_data, exists = FALSE, conn = conn) # } # NOT RUN { rws_read_log(conn) # } # NOT RUN { rws_disconnect(conn) # }
Run the code above in your browser using DataLab