run_shiny_app: Run IAO Peptide Reader App

Description Usage Arguments

View source: R/run_shiny_app.R

Description

This function is responsible for starting the core application of this package. The application itself is located inside the IAOPeptideReader package files.

Usage

1
run_shiny_app(port = 8080, run_app = TRUE)

Arguments

port

a port on which the Shiny application will be hosted.

run_app

when FALSE the app object is returned and the application is not started. This is mainly used for deployment of the Shiny application to services such as https://www.shinyapps.io/.


tmakowski/iaoreader documentation built on March 8, 2021, 6:11 p.m.