#' @title Launch shiny app
#' @description Launches shiny app for interactive model building.
#' @examples
#' \dontrun{
#' ols_launch_app()
#' }
#' @export
#'
ols_launch_app <- function() {
xplorerr::app_linear_regression()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.