Nothing
#' Reliability, Availability, and Maintainability
#'
#' RAMR.learnr is an interactive introduction to RAM analysis.
#' @import learnr
#' @import WeibullR
#' @export
#' @seealso \url{https://paulgovan.github.io/WeibullR.learnr/}
#' @return This function does not return a value.
#' @examples
#' if (interactive()) {
#' RAMR.learnr()
#' }
RAMR.learnr <- function() {
learnr::run_tutorial('RAMRlearnr', package = 'WeibullR.learnr')
}
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.