Reputation: 91
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 as I still want to access it through R. I do not need to access the database concurrently from R and a SQL GUI but I want to switch between the two as needed.
Upvotes: 7
Views: 381