Opens the Shiny dashboard in your browser. The dashboard detects all R installations on the machine and lets you compare and sync packages between any two of them without writing any code.
Usage
open_hub(project_path = NULL, port = NULL, launch.browser = TRUE)
hub(project_path = NULL, port = NULL, launch.browser = TRUE)Examples
if (interactive()) {
hub() # short form
open_hub() # same thing
}