#' Language
#'
#' The data.frame `language` provides the word "hello" in different languages.
#'
#' @format
#' A `data.frame` with `r nrow(language)` rows and `r ncol(language)` columns:
#'
#' * `code`: language code: "en","fr","it","es","de", for English, French, Italian, Spanish, and German.
#'
#' * `hello`: word "hello" in the language corresponding to the code.
#'
#' @author Keline Deliota <deliotakeline@yahoo.fr>
#'
#' @source
#' <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>
#'
#' <https://translate.google.com/>
#'
"language"
globalVariables("language") # to avoid a note about "Undefined global functions or variables" when we check() the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.