R/ram.R

Defines functions ram

Documented in ram

#' Launch the RAM Analysis Tutorial
#'
#' This function launches an interactive tutorial on Reliability, Availability,
#' and Maintainability (RAM) analysis.
#' @importFrom learnr run_tutorial
#' @export
#' @seealso \url{https://paulgovan.github.io/ReliaLearnR/}
#' @return This function does not return a value.
#' @examples
#' if (interactive()) {
#'   ram()
#' }
ram <- function() {
  learnr::run_tutorial("ram", package = "ReliaLearnR")
}

Try the ReliaLearnR package in your browser

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

ReliaLearnR documentation built on May 27, 2026, 5:08 p.m.