run_app: Run an App

View source: R/run.R

run_appR Documentation

Run an App

Description

A wrapper for shiny::shinyAppDir().

Usage

run_app(
  app = c("diversity", "seriation", "aoristic", "mcd", "source", "scatter", "ternary",
    "ca", "pca"),
  bookmark = FALSE,
  options = list(launch.browser = interactive())
)

Arguments

app

A character string specifying the Shiny application to run (see details). Any unambiguous substring can be given.

bookmark

A logical scalar: should server-side bookmarking of the application be enabled (see shiny::enableBookmarking())?

options

A list of named options that should be passed to the shiny::shinyAppDir() call.

Details

Application name Keyword
Aoristic Analysis aoristic
Correspondence Analysis ca
Principal Components Analysis pca
Diversity Measures diversity
Mean Ceramic Date mcd
Scatter Plot scatter
Matrix Seriation seriation
Compositional Data Analysis source
Ternary Plot ternary

Value

A shiny application object.

Author(s)

N. Frerebeau

Examples

if (interactive()) {
 run_app("seriation")
}

kinesis documentation built on July 1, 2025, 5:08 p.m.