Opens a SQLite database file, executes a SQL query, and returns the result
as a tidylearn_data object. The connection is automatically closed
when done. Requires DBI and RSQLite.
Arguments
- path
Path to a SQLite database file (
.sqliteor.db).- query
A SQL query string.
- ...
Additional arguments passed to
DBI::dbGetQuery().
