#' example dataframe for time-comparison scale bullet chart
#' @format This data set contains indicator values and target data
#' used in the examples in README for the time-comparison scale bullet charts.
#'
#' The variables are as follows:
#'
#' \itemize{
#' \item indicator_name. name of the indicator
#' \item actual. present value of indicator
#' \item actual_lastweek. value of indicator in previous week
#' \item actual_lastyear. value of indicator on same day of last year
#' \item target. target value of indicator
#'
#' }
#'
#' @keywords datasets
#' @name bc_ex_TC
#' @usage data(bc_ex_TC)
"bc_ex_TC"
#' example dataframe for regular scale bullet chart
#' @format This data set contains indicator values and target data
#' used in the examples in README for the regular scale bullet charts.
#'
#' The variables are as follows:
#'
#' \itemize{
#' \item variable. name of the indicator
#' \item info. extra info about indicator
#' \item target. target value of indicator
#' \item current. current value of indicator
#' \item low. low value of indicator
#' \item medium. medium value of indicator
#' \item high. high value of indicator
#'
#' }
#'
#' @keywords datasets
#' @name bc_ex
#' @usage data(bc_ex)
"bc_ex"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.