#' Check if FAST is a Regional Tool
#'
#' @param df data frame to check
#'
#' @export
is_regional <- function(df) {
#check if country is a variable, only in regional
var_exists(df, "country")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.