run.shiny.calc: Run a calculator

Description Usage Arguments Details

View source: R/credsubs.R

Description

Runs the specified calculator using the shiny package. Calculators must be built using build.shiny.calc.

Usage

1
2
3
run.shiny.calc(
  app.dir = system.file("shiny", "alzheimers", package = "credsubs")
)

Arguments

app.dir

A character string pointing to the application directory.

Details

The app.dir argument need not exactly match the value recommended by build.shiny.calc(), as long as it points to the correct directory. For example, "./calc/", "calc/", and "calc" are all equivalent. If no value is supplied, an example is run.


credsubs documentation built on Sept. 1, 2020, 5:07 p.m.