Skip to contents

This function launches a Shiny application that allows users to select from a list of installed packages and save their selections.

Usage

run_select_pkgs_app()

Value

None The function is used for its side effect of launching a Shiny app and doesn't return anything.

Details

The application provides a sidebar for package selection and an action button to save the selected packages. It displays the selected packages in a data table.

Examples

if (FALSE) { # rlang::is_interactive()
run_select_pkgs_app()
}