This function starts a Shiny application that allows to define dm
objects
from a database or from local data frames.
The application generates R code that can be inserted or copy-pasted
into an R script or function.
Details
In a future release, the app will also allow composing dm
objects directly
from database connections or data frames.
The signature of this function is subject to change without notice. This should not pose too many problems, because it will usually be run interactively.
Examples
if (FALSE) { # \dontrun{
dm <- dm_nycflights13(cycle = TRUE)
dm_gui(dm = dm)
} # }