| check_interactive | R Documentation |
CLI entry point: './tools/check_interactive.R –help'
check_interactive(root = ".", host = "127.0.0.1", port = NULL)
root |
Repository root directory. |
host |
Host passed to 'shiny::runApp()'. |
port |
Optional integer port passed to 'shiny::runApp()'. When 'NULL', Shiny uses its usual default port selection. |
Run this tool from the repository root, open the printed local URL in a browser, exercise each representative section, and stop the app with 'Ctrl-C' when the visual review is complete.
Invisibly returns the result of 'shiny::runApp()'.
## Not run:
check_interactive()
check_interactive(port = 7448L)
## End(Not run)