skprGUI: Graphical User Interface for skpr

View source: R/skprGUI.R

skprGUIR Documentation

Graphical User Interface for skpr

Description

skprGUI provides a graphical user interface to skpr, within R Studio.

Usage

skprGUI(
  browser = FALSE,
  return_app = FALSE,
  multiuser = FALSE,
  progress = TRUE
)

Arguments

browser

Default 'FALSE'. Whether to open the application in an external browser.

return_app

Default 'FALSE'. If 'TRUE', this will return the shinyApp object.

multiuser

Default 'FALSE'. If 'TRUE', 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: if 'multiuser = TRUE', progress bars are turned on by default.

Examples

#Type `skprGUI()` to begin


skpr documentation built on May 29, 2024, 5:06 a.m.

Related to skprGUI in skpr...