Nothing
#' Breast cancer incidence in mainland China
#'
#' The \code{bc.data} dataset consists of two data frames:
#' \itemize{
#' \item\code{bc.data[[1]]}: Breast cancer incidence at 242 sampling units in mainland China, where the SSH stratum (\code{SSHID}) and reporting unit (\code{GBCODE}) that each sample falls into are specified. The sampling attribute is \code{Incidence}.
#' \item\code{bc.data[[2]]}: The county-level administrative divisions in mainland China (\code{GBCODE}), where the weights of each intersecting stratum (\code{W1} and \code{W2}) are specified.}
#'
#' @import sf
#' @docType data
#' @name bc.data
#'
#' @examples
#' data(bc.data)
NULL
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.