Package 'Al2O3AnalysisApp'

Title: 'Shiny' Application for the Analysis of Al2O3:C Chips Measurements
Description: A 'Shiny' application providing an exhanced graphical user interface to the function analyse_Al2O3C_Measurement() from the R package 'Luminescence'.
Authors: Sebastian Kreutzer [aut] , Nicolas Frerebeau [aut] , Archéosciences Bordeaux [cre], Université Bordeaux Montaigne [cph, fnd], CNRS [fnd], LabEx Sciences archéologiques de Bordeaux [fnd]
Maintainer: Archéosciences Bordeaux <[email protected]>
License: GPL (>= 3)
Version: 0.1.2.9001
Built: 2024-07-25 02:57:33 UTC
Source: https://github.com/crp2a/Al2O3_AnalysisApp

Help Index


Run a Shiny App

Description

A wrapper for shiny::shinyAppDir().

Usage

run_app(browser = TRUE, display = "auto")

Arguments

browser

A logical scalar: should the app be run in the browser?

display

A character string specifying the mode in which to display the application (see shiny::runApp()).

Value

A shiny application object.

Author(s)

N. Frerebeau

Examples

## Not run: 
run_app()

## End(Not run)