Nothing
#' 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")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.