#' @title Generate series of variables
#' @description Generate series of variables
#' @author Shanquan CHEN \email{shanquan0301@gmial.com}
#' @import stringr
#' @export range_var
range_var <- function(name = "CA", num = 1:5){
str_c(name, num)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.