run_ConSciR_app: Run the ConSciR Shiny Application

View source: R/run_ConSciR_app.R

run_ConSciR_appR Documentation

Run the ConSciR Shiny Application

Description

Launch the ConSciR Shiny app which includes tools for temperature and relative humidity monitoring such as TRH charts, psychrometric charts, bivariate plots, mould growth predictions, and a silica gel calculator.

Users can upload CSV or Excel files formatted with "Date", "Temp", and "RH" columns. The app provides data tidying functions and downloadable cleaned CSV files.

The silica gel calculator estimates the required amount of silica gel based on temperature, humidity data, case dimensions, and air exchange rate (AER) if known.

Usage

run_ConSciR_app()

Value

A Shiny application object that runs interactively.

Examples

if(interactive()) {
    run_ConSciR_app()
}


ConSciR documentation built on Nov. 5, 2025, 5:25 p.m.