Nothing
#' Get the column number for the weights
#'
#' @param wrp_geography_col numeric reflecting which regions have been selected
#'
#' @noRd
.get_weight_column <- function(wrp_geography_col) {
ifelse(wrp_geography_col == 1, .pkgenv$wrp$wrp_weight_col,
.pkgenv$wrp$wrp_projweight_col)
}
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.