rws_read_log | R Documentation |
The table is created if it doesn't exist.
rws_read_log(conn)
conn |
A SQLiteConnection to a database. |
A data frame of the log table
conn <- rws_connect() rws_read_log(conn) rws_write(rws_data, exists = FALSE, conn = conn) ## Not run: rws_read_log(conn) ## End(Not run) rws_disconnect(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.