| setup | R Documentation |
Initializes Framework's global configuration and launches the GUI for first-time setup. This is the recommended entry point for new users.
setup(port = 8080, browse = TRUE)
port |
Port number to use (default: 8080) |
browse |
Automatically open browser (default: TRUE) |
Use this function after installing Framework to:
Set your author name and email
Configure default packages for new projects
Set IDE preferences (VS Code, RStudio)
Configure other global defaults
Invisibly returns the plumber server object
gui() for launching the GUI without initialization check
if (FALSE) {
# First-time setup
framework::setup()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.