R/data.R

#' @title
#' The `language` dataset
#'
#' @description
#' `language` data provides the word "hello" in different languages.
#'
#' @format
#' This is 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 Anouar El Ghouch  <anouar.elghouch@uclouvain.be>
#'
#' @source
#' <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>
#'
#' <https://translate.google.com>
#'
"language"
mathhtam15/Hello documentation built on May 24, 2022, 12:05 a.m.