#' switch_band
#'
#' @param x
#'
#' @return
#' @export
#'
switch_band <- function(x) {
out <- switch(x,
b = "B11",
c = "B12",
paste0("B", x)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.