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