R/data.R

#' The `language` dataset
#'
#' `language` data provides the word "hello" in different languages.
#'
#' @usage language
#'
#' @format This is a `data.frame` with 5 rows and 2 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 Emilie Do
#'
#' @source \url{https://en.wikipedia.org}

"language"
thuyldo/Hello documentation built on May 23, 2022, 12:49 a.m.