#' booticer: Get bootstrapped ICER
#'
#' `booticer` is a R package created to easily produce cost-effectiveness planes and
#' acceptability curves
#'
#' @docType package
#' @name booticer
#'
#' @importFrom dplyr select sample_n tibble count mutate as_tibble summarise "%>%"
#' @importFrom purrr map map_chr map_dbl map_df imap_dfr
#' @importFrom tidyr spread gather
#' @importFrom rlang enquo quo_name
#' @import ggplot2
#'
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.