#' ggforestplot: Forestplot Visualizations.
#'
#' ggforestplot is a package for plotting measures of effect, e.g. linear
#' associations or log and hazard ratios, with their confidence interval in a
#' forestplot layout. It's main plotting function is \code{forestplot()}.
#'
#' @keywords internal
#'
#' @importFrom magrittr %>%
#' @importFrom rlang .data
#'
"_PACKAGE"
if (getRversion() >= "2.15.1") {
utils::globalVariables(c("."))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.