Nothing
#' Launch the Life Data Analysis Tutorial
#'
#' This function launches an interactive tutorial for life data analysis.
#'
#' @importFrom learnr run_tutorial
#' @import WeibullR
#' @export
#' @seealso \url{https://paulgovan.github.io/ReliaLearnR/}
#' @return This function does not return a value.
#' @examples
#' if (interactive()) {
#' lda()
#' }
lda <- function() {
learnr::run_tutorial("lda", 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.