powered by
ml(...) provides a short way of connecting to an embedded MonetDB database. It is equivalent to dbConnect(MonetDBLite(),...)
ml(...)
dbConnect(MonetDBLite(),...)
Parameters passed directly to dbConnect()
dbConnect()
Returns a DBI connection to the specified embedded MonetDB database.
dbConnect
# NOT RUN { library(DBI) dbdir <- file.path( tempdir() , "ml" ) con <- ml(dbdir) dbDisconnect(con, shutdown = TRUE) # }
Run the code above in your browser using DataLab