#' Magic Numbers = seeds that generate specific GERMAN texts in sample(...)
#'
#' Dataset containing magic numbers that can be used in set.seed() to generate GERMAN text accordingly in sample(...).
#'
#' @format A data frame with 2 variables and, hopefully, a steadily growing number of rows:
#' \describe{
#' \item{text}{Text to be generated by sample()}
#' \item{seed}{The magic number to be used in set.seed(seed) before sample()}
#' }
"MagischeZahlen"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.