#' CA-BAT languages
#'
#' Lists the languages available for CA-BAT implementations.
#' @export
cabat_languages <- function() {
c(
English = "en",
French = "fr",
German = "de",
Italian = "it",
Spanish = "es",
Latvian = "lv"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.