monetdblite Questions

1

Solved

Here is mtcars data in the MonetDBLite database file. library(MonetDBLite) library(tidyverse) library(DBI) dbdir <- getwd() con <- dbConnect(MonetDBLite::MonetDBLite(), dbdir) dbWriteTable...
Trudytrue asked 8/6, 2018 at 18:59

0

I created a big database using MonetDBLite in R and now I want to access the database outside R (e.g., with a general database GUI). Is there a way to do this? I do not want to replicate the data ...
Koopman asked 22/7, 2016 at 21:52

1

Solved

I'm using the libraries DBI to create a connection to a monetdblite database in R but I keep getting the same error. Here is the reproducible example and the error message I get. Any ideas on how t...
Sylvestersylvia asked 23/3, 2016 at 10:12
1

© 2022 - 2024 — McMap. All rights reserved.