mq {MonetDB.R} | R Documentation |
mq(...)
provides a short way to connect to a MonetDB database, run a single SELECT query, and disconnect again.
mq(dbname, query, ...)
dbname |
Database name |
query |
SQL SELECT query to run |
... |
Other options for |
Returns a data frame that contains the result of the passed query or an error if something went wrong.
## Not run: mq("demo","SELECT 1") ## End(Not run)