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