runGeneKeepR: Run the GeneKeepR Shiny Application

View source: R/runGenekeepr.R

runGeneKeepRR Documentation

Run the GeneKeepR Shiny Application

Description

Launches the GeneKeepR Shiny application. It uses a module-based architecture with a Home tab and improved UI components.

Usage

runGeneKeepR(port = 6013L, launch.browser = TRUE)

Arguments

port

Integer port number for the Shiny server (default 6013)

launch.browser

Logical; whether to launch browser (default TRUE)

Details

The application includes:

  • Home tab with navigation buttons

  • Input tab with enhanced QC display

  • Dynamic error and changed columns tabs

  • Enhanced Pedigree Browser with focal animal support

  • Genetic Value Analysis with visualizations

  • Summary Statistics with popovers

  • Breeding Groups with group panels

  • Age-Sex Pyramid with enhanced controls

runModularApp is a soft-deprecated alias for this function.

Value

Returns the error condition of the Shiny application when it terminates.

See Also

runModularApp, a soft-deprecated alias for this function.

Examples

## Not run: 
library(nprcgenekeepr)
runGeneKeepR()

## End(Not run)

nprcgenekeepr documentation built on July 26, 2026, 5:06 p.m.