#data.R
#' 2-Gram word-frequency Markov table for Doug Ford's victory speech.
#'
#' For use with the function `markovtext::generate_text()`.
#'
#' @source \url{https://www.macleans.ca/politics/doug-fords-victory-speech-ontario-is-open-for-business-full-transcript/}
"wordfreqs_dougford_2grams"
#' 3-Gram word-frequency Markov table for Doug Ford's victory speech.
#'
#' For use with the function `markovtext::generate_text()`.
#'
#' @source \url{https://www.macleans.ca/politics/doug-fords-victory-speech-ontario-is-open-for-business-full-transcript/}
"wordfreqs_dougford_3grams"
#' 3-Gram word-frequency Markov table for One Fish, Two Fish, Red Fish, Blue Fish by Dr. Seuss.
#'
#' For use with the function `markovtext::generate_text()`.
#'
"wordfreqs_onefishtwofish_3grams"
#' 3-Gram word-frequency Markov table for The Cat in the Hat by Dr. Seuss.
#'
#' For use with the function `markovtext::generate_text()`.
#'
"wordfreqs_catinthehat_3grams"
#' 3-Gram word-frequency Markov table for the first four chapters of Thus Spake Zarathustra by Friedrich Nietzsche.
#'
#' For use with the function `markovtext::generate_text()`.
#'
#' @source \url{https://www.gutenberg.org/files/1998/1998-h/1998-h.htm#link2H_4_0004}
"wordfreqs_zarathustra_3grams"
#' 3-Gram word-frequency Markov table for the whale's monologue from The Hitchhiker's Guide to the Galaxy by Douglas Adams.
#'
#' For use with the function `markovtext::generate_text()`.
#'
"wordfreqs_whale_3grams"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.