sbShinyModules Package Usage Guidelines

The package includes modules for file selection, plot export, and generic file export, each of which is detailed in the following chapters. Designed specifically to integrate with the Seven Bridges Platform, these modules facilitate seamless interactions between your Shiny application and Platform projects.

The file selection module enables users to pick files directly from the Platform project from which the app was initiated, while the plot exporter and generic file export modules allow users to save and export plots and other generated files back to the Platform project.

Each module is designed to be easily incorporated into Shiny applications, providing both UI and server-side components that work seamlessly together. Additionally, the package features the get_all_project_files()
utility function, which enhances file management by efficiently retrieving detailed information about files within a specified directory.

In this guide, we will walk you through each module and function, explaining their purpose, configuration, and usage with illustrative examples.