rws_query | R Documentation |
Gets a query from a SQLite database.
rws_query(query, meta = TRUE, conn)
query |
A string of a SQLite query. |
meta |
A flag specifying whether to preserve meta data. |
conn |
A SQLiteConnection to a database. |
A data frame of the query.
conn <- rws_connect() rws_write(rws_data, exists = FALSE, conn = conn) rws_query("SELECT date, posixct, factor FROM rws_data", conn = conn) rws_disconnect(conn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.