gui
Launch Framework GUI
Opens a beautiful web-based interface for Framework with documentation, project management, and settings configuration.
Usage
gui(port = 8080, browse = TRUE)
Arguments
| Argument | Description |
|---|---|
port
|
Port number to use (default: 8080) |
browse
|
Automatically open browser (default: TRUE) |
Returns
Invisibly returns the plumber server object
Examples
# Launch the GUI
framework::gui()
# Launch on specific port
framework::gui(port = 8888)
See Also
Source: R/gui.R