skprGUI provides a graphical user interface to skpr, within R Studio.
Arguments
- browser
Default
FALSE
. Whether to open the application in an external browser.- return_app
Default
FALSE
. IfTRUE
, this will return the shinyApp object.- multiuser
Default
FALSE
. IfTRUE
, this will turn off and disable multicore functionality and enable non-blocking operation.- progress
Default
TRUE
. Whether to include a progress bar in the application. Note: ifmultiuser = TRUE
, progress bars are turned on by default.