run_app: Running this function launches a Shiny web application...

View source: R/hooks.R

run_appR Documentation

Running this function launches a Shiny web application presenting the datasets bundled in this package

Description

Running this function launches a Shiny web application presenting the datasets bundled in this package

Usage

run_app(example, port, host)

Arguments

example

the name of the bundled Shiny application example

port

the port to run on, default is the port set in the shiny.port option if it exists or 3737 if it doesn't

host

the interface to bind to, default is the port set in the shiny.host option if it exists or, if not, to bind to all interfaces, ie 0.0.0.0


KTH-Library/bibliomatrix documentation built on Feb. 29, 2024, 5:54 a.m.