Files in neuhausi/periscope
Enterprise Streamlined 'Shiny' Application Framework

.Rbuildignore
.circleci/config.yml
.github/ISSUE_TEMPLATE/bug_report.md
.gitignore
.travis.yml
DESCRIPTION
NAMESPACE
NEWS.md R/appReset.R R/bodyFooter.R R/convert_template.R R/downloadFile.R R/downloadablePlot.R R/downloadableTable.R R/fw_helpers_external.R R/fw_helpers_internal.R R/generate_template.R R/logger.R R/periscope.R R/ui_helpers.R README.md
codecov.yml
cran-comments.md inst/fw_templ/global.R inst/fw_templ/p_blank/global.R inst/fw_templ/p_blank/server_global.R inst/fw_templ/p_blank/server_local.R inst/fw_templ/p_blank/ui_body.R inst/fw_templ/p_blank/ui_sidebar.R inst/fw_templ/p_blank/ui_sidebar_right.R
inst/fw_templ/p_example/example.csv
inst/fw_templ/p_example/global.R inst/fw_templ/p_example/plots.R inst/fw_templ/p_example/program_helpers.R inst/fw_templ/p_example/server_global.R inst/fw_templ/p_example/server_local.R inst/fw_templ/p_example/server_local_no_left.R inst/fw_templ/p_example/server_local_plus.R inst/fw_templ/p_example/server_local_plus_no_left.R inst/fw_templ/p_example/ui_body.R inst/fw_templ/p_example/ui_sidebar.R inst/fw_templ/p_example/ui_sidebar_no_reset.R inst/fw_templ/p_example/ui_sidebar_right.R inst/fw_templ/server.R inst/fw_templ/ui.R inst/fw_templ/ui_no_sidebar.R inst/fw_templ/ui_plus.R inst/fw_templ/ui_plus_no_sidebar.R
inst/fw_templ/www/loader.gif
inst/fw_templ/www/periscope_style.yaml
inst/fw_templ/www/tooltip.png
man/add_left_sidebar.Rd man/add_reset_button.Rd man/add_right_sidebar.Rd man/add_ui_body.Rd man/add_ui_sidebar_advanced.Rd man/add_ui_sidebar_basic.Rd man/add_ui_sidebar_right.Rd man/create_new_application.Rd man/downloadFile.Rd man/downloadFileButton.Rd man/downloadFile_AvailableTypes.Rd man/downloadFile_ValidateTypes.Rd man/downloadablePlot.Rd man/downloadablePlotUI.Rd man/downloadableTable.Rd man/downloadableTableUI.Rd man/get_url_parameters.Rd man/logging-entrypoints.Rd man/periscope.Rd man/remove_reset_button.Rd man/set_app_parameters.Rd man/ui_tooltip.Rd
periscope.Rproj
tests/testthat.R tests/testthat/_snaps/app_reset.md tests/testthat/_snaps/body_footer.md tests/testthat/_snaps/download_file.md tests/testthat/_snaps/downloadable_plot.md tests/testthat/_snaps/downloadable_table.md tests/testthat/_snaps/ui_functions.md tests/testthat/sample_app/global.R
tests/testthat/sample_app/program/data/.gitignore
tests/testthat/sample_app/program/data/example.csv
tests/testthat/sample_app/program/fxn/plots.R tests/testthat/sample_app/program/fxn/program_helpers.R tests/testthat/sample_app/program/global.R tests/testthat/sample_app/program/server_global.R tests/testthat/sample_app/program/server_local.R tests/testthat/sample_app/program/ui_body.R tests/testthat/sample_app/program/ui_sidebar.R tests/testthat/sample_app/server.R tests/testthat/sample_app/ui.R
tests/testthat/sample_app/www/img/loader.gif
tests/testthat/sample_app/www/img/tooltip.png
tests/testthat/sample_app/www/periscope_style.yaml
tests/testthat/sample_app_both_sidebar/global.R
tests/testthat/sample_app_both_sidebar/program/data/.gitignore
tests/testthat/sample_app_both_sidebar/program/data/example.csv
tests/testthat/sample_app_both_sidebar/program/fxn/plots.R tests/testthat/sample_app_both_sidebar/program/fxn/program_helpers.R tests/testthat/sample_app_both_sidebar/program/global.R tests/testthat/sample_app_both_sidebar/program/server_global.R tests/testthat/sample_app_both_sidebar/program/server_local.R tests/testthat/sample_app_both_sidebar/program/ui_body.R tests/testthat/sample_app_both_sidebar/program/ui_sidebar.R tests/testthat/sample_app_both_sidebar/program/ui_sidebar_right.R tests/testthat/sample_app_both_sidebar/server.R tests/testthat/sample_app_both_sidebar/ui.R
tests/testthat/sample_app_both_sidebar/www/img/loader.gif
tests/testthat/sample_app_both_sidebar/www/img/tooltip.png
tests/testthat/sample_app_both_sidebar/www/periscope_style.yaml
tests/testthat/sample_app_no_sidebar/global.R
tests/testthat/sample_app_no_sidebar/program/data/.gitignore
tests/testthat/sample_app_no_sidebar/program/data/example.csv
tests/testthat/sample_app_no_sidebar/program/fxn/plots.R tests/testthat/sample_app_no_sidebar/program/fxn/program_helpers.R tests/testthat/sample_app_no_sidebar/program/global.R tests/testthat/sample_app_no_sidebar/program/server_global.R tests/testthat/sample_app_no_sidebar/program/server_local.R tests/testthat/sample_app_no_sidebar/program/ui_body.R tests/testthat/sample_app_no_sidebar/server.R tests/testthat/sample_app_no_sidebar/ui.R
tests/testthat/sample_app_no_sidebar/www/img/loader.gif
tests/testthat/sample_app_no_sidebar/www/img/tooltip.png
tests/testthat/sample_app_no_sidebar/www/periscope_style.yaml
tests/testthat/sample_app_no_sidebar_no_resetbutton/global.R
tests/testthat/sample_app_no_sidebar_no_resetbutton/program/data/.gitignore
tests/testthat/sample_app_no_sidebar_no_resetbutton/program/data/example.csv
tests/testthat/sample_app_no_sidebar_no_resetbutton/program/fxn/plots.R tests/testthat/sample_app_no_sidebar_no_resetbutton/program/fxn/program_helpers.R tests/testthat/sample_app_no_sidebar_no_resetbutton/program/global.R tests/testthat/sample_app_no_sidebar_no_resetbutton/program/server_global.R tests/testthat/sample_app_no_sidebar_no_resetbutton/program/server_local.R tests/testthat/sample_app_no_sidebar_no_resetbutton/program/ui_body.R tests/testthat/sample_app_no_sidebar_no_resetbutton/server.R tests/testthat/sample_app_no_sidebar_no_resetbutton/ui.R
tests/testthat/sample_app_no_sidebar_no_resetbutton/www/img/loader.gif
tests/testthat/sample_app_no_sidebar_no_resetbutton/www/img/tooltip.png
tests/testthat/sample_app_no_sidebar_no_resetbutton/www/periscope_style.yaml
tests/testthat/sample_app_r_sidebar/global.R
tests/testthat/sample_app_r_sidebar/program/data/.gitignore
tests/testthat/sample_app_r_sidebar/program/data/example.csv
tests/testthat/sample_app_r_sidebar/program/fxn/plots.R tests/testthat/sample_app_r_sidebar/program/fxn/program_helpers.R tests/testthat/sample_app_r_sidebar/program/global.R tests/testthat/sample_app_r_sidebar/program/server_global.R tests/testthat/sample_app_r_sidebar/program/server_local.R tests/testthat/sample_app_r_sidebar/program/ui_body.R tests/testthat/sample_app_r_sidebar/program/ui_sidebar_right.R tests/testthat/sample_app_r_sidebar/server.R tests/testthat/sample_app_r_sidebar/ui.R
tests/testthat/sample_app_r_sidebar/www/img/loader.gif
tests/testthat/sample_app_r_sidebar/www/img/tooltip.png
tests/testthat/sample_app_r_sidebar/www/periscope_style.yaml
tests/testthat/setup.R
tests/testthat/teardown.R
tests/testthat/test_app_reset.R tests/testthat/test_body_footer.R tests/testthat/test_convert_application.R tests/testthat/test_create_new_application.R tests/testthat/test_download_file.R tests/testthat/test_downloadable_plot.R tests/testthat/test_downloadable_table.R tests/testthat/test_logger.R tests/testthat/test_ui_functions.R tests/testthat/test_ui_misc_functions.R vignettes/downloadFile-module.Rmd vignettes/downloadablePlot-module.Rmd vignettes/downloadableTable-module.Rmd
vignettes/figures/downloadFile-1.jpg
vignettes/figures/downloadFile-2.jpg
vignettes/figures/downloadFile-3.jpg
vignettes/figures/downloadablePlot-1.png
vignettes/figures/downloadableTable-1.jpg
vignettes/figures/downloadableTable-2.jpg
vignettes/figures/new-application-1.jpg
vignettes/figures/new-application-2.jpg
vignettes/figures/new-application-3.jpg
vignettes/figures/new-application-4.jpg
vignettes/figures/new-application-5.jpg
vignettes/figures/periscope_style.jpg
vignettes/figures/sample_app_styling.jpg
vignettes/images/hexagon.png
vignettes/new-application.Rmd
vignettes/style.css
neuhausi/periscope documentation built on Nov. 9, 2023, 11:07 a.m.