Fabio Vaz
Results
3
issues of
Fabio Vaz
I want to create a table (permanent or not) as a result of some data manipulation without transfering data to R (only keeping data in MonetDB server), but the `compute()`...
It would be nice if the `seargeant` package could create new tables as I can do with other database drivers. Something like this: ``` library(sergeant) library(dplyr) conn = dbConnect(Drill()) #...
Maybe change to another DB?