R/spiro-package.R

#' spiro: Manage Data from Cardiopulmonary Exercise Testing
#'
#' The spiro package enables a fast workflow with raw files from metabolic
#' carts. It provides simple tools for the import, processing, summary and
#' visualization of cardiopulmonary exercise test data.
#'
#' @section Main functions:
#' \itemize{
#'   \item Use \code{\link{spiro}} for the import and processing of
#'     cardiopulmonary exercise testing data.
#'   \item Use \code{\link{spiro_summary}} and \code{\link{spiro_max}} for
#'     a step wise summary or the maximum parameter values of the
#'     imported data.
#'   \item Use \code{\link{spiro_plot}} to visualize the data.
#' }
#'
#' @name spiro-package
#' @docType package
NULL

Try the spiro package in your browser

Any scripts or data that you put into this service are public.

spiro documentation built on Aug. 14, 2023, 5:07 p.m.