Package 'LifeTableBuilder'

Title: Interactive 'shiny' Application for Constructing Life Tables
Description: Provides an interactive 'shiny' application to construct stage-structured life tables from tabular input data. The application includes input validation, demographic calculations, visualization tools, and export of tables and figures to support reproducible workflows in ecological and entomological studies. Methods for life table construction follow classical demographic approaches described in Martinez (2015) <doi:10.13140/RG.2.2.21333.65760>.
Authors: Víctor Manuel Almaraz Valle [aut, cre], J. Concepción Rodríguez Maciel [aut], Gustavo Ramírez Valverde [aut], Carlos Eduardo Aguilar Castillo [aut]
Maintainer: Víctor Manuel Almaraz Valle <[email protected]>
License: MIT + file LICENSE
Version: 0.1.2
Built: 2026-05-22 07:19:22 UTC
Source: https://github.com/cran/LifeTableBuilder

Help Index


Launch LifeTableBuilder

Description

Convenience alias to run the Shiny application.

Usage

LifeTableBuilder(...)

Arguments

...

Passed to run_app (and ultimately to shiny::runApp).

Value

No return value; called for its side effects (launches the LifeTableBuilder 'shiny' application).

Examples

if (interactive()) {
    LifeTableBuilder()
  }

Run the LifeTableBuilder 'shiny' application

Description

Launches the 'shiny' application shipped with the package.

Usage

run_app(...)

Arguments

...

Passed to shiny::runApp().

Value

No return value; called for its side effects (launches a 'shiny' application).

Examples

if (interactive()) {
  LifeTableBuilder::run_app()
}