read_sql | R Documentation |
The function executes the provided sql statement and returns the resulting table0. For security, the database is opened in read-only mode.!
read_sql(db = getOption("RRDdb", "LEEF.RRD.sqlite"), sql)
db |
fully qualified path to the sqlite database. Default, read from option |
sql |
sql statement |
the table resulting from the query as a data.frame
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.