launch_app | R Documentation |
Launch the DQA graphical user interface (GUI)
launch_app(
port = 3838,
utils_path = system.file("demo_data/utilities", package = "DQAstats"),
mdr_filename = "mdr_example_data.csv",
logfile_dir = tempdir(),
demo_usage = FALSE
)
port |
The port, the MIRACUM DQA Tool is running on (default: 3838) |
utils_path |
The path to the utilities-folder, containing the metadata
repository files ( |
mdr_filename |
The filename of the mdr (e.g. "mdr_example_data.csv"). |
logfile_dir |
Is the absolute path to the directory where the logfile will be stored. If not path is provided the tempdir() will be used. |
demo_usage |
A boolean. If |
Executing this function returns a DQAgui shiny application.
if (interactive()) {
launch_app()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.