Executes a SQL query against an existing DBI connection and returns
the result as a tidylearn_data object. The connection is not closed
by this function — the caller is responsible for managing the connection
lifecycle.
Arguments
- conn
A DBI connection object (e.g., from
DBI::dbConnect()).- query
A SQL query string.
- ...
Additional arguments passed to
DBI::dbGetQuery().
