dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.78k stars 229 forks source link

How esquisse work with MySQL or other database together? #190

Closed harryprince closed 2 years ago

pvictor commented 2 years ago

Hello, Currently there's no direct way. You have to retrieve your data with DBI before being able to launch esquisse with those. Creating a module to interface with a database was considered in package datamods, but each database has its specificities, so its a little difficult to implement.

Victor