periscope {periscope} | R Documentation |
Periscope Shiny Application Framework
Description
This package supports a ui-standardized environment as well as a variety of convenience functions for shiny applications. Base reusable functionality as well as UI paradigms are included to ensure a consistent user experience regardless of application or developer.
Details
A gallery of example apps is hosted at http://periscopeapps.org
Function Overview
Create a new framework application instance:
create_new_application
Set application parameters in program/global.R:
set_app_parameters
Get any url parameters passed to the application:
get_url_parameters
Register user-created UI objects to the requisite application locations:
add_ui_sidebar_basic
add_ui_sidebar_advanced
add_ui_sidebar_right
add_ui_body
Included shiny modules with a customized UI:
downloadFileButton
downloadableTableUI
downloadablePlotUI
High-functionality standardized tooltips:
ui_tooltip
More Information
browseVignettes(package = 'periscope')