R/thankyou_words.R

#' 'Thank you' in several languages with number of speakers
#'
#' A dataset containing the word 'Thank you' in different languages (133 or 34 for the
#' small one) as well as the number of native speakers and overall speakers of
#' those languages.
#'
#' @format a data.frame with 133 observations (or 34 for the small one) of 4
#'   variables
#'   \describe{
#'   \item{iso_639_3}{the ISO 639-3 language code}
#'   \item{word}{the word love in that language}
#'   \item{native_speakers}{number of native speakers in millions}
#'   \item{speakers}{number of speakers in millions}
#'   }
#'
#' @source wikipedia
"thankyou_words"

#' @rdname thankyou_words
"thankyou_words_small"

Try the ggwordcloud package in your browser

Any scripts or data that you put into this service are public.

ggwordcloud documentation built on Oct. 26, 2023, 5:07 p.m.