dm_gui | R Documentation |
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.
dm_gui(..., dm = NULL, select_tables = TRUE, debug = FALSE)
... |
These dots are for future extensions and must be empty. |
dm |
An initial dm object, currently required. |
select_tables |
Show selectize input to select tables? |
debug |
Set to |
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.
## Not run:
dm <- dm_nycflights13(cycle = TRUE)
dm_gui(dm = dm)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.