#' Multiplication table
#'
#' A long tidy tibble containing a multiplication table
#'
#' @format A tidy data frame with 100 rows and 3 columns:
#' \describe{
#' \item{x}{Multiplicand}
#' \item{y}{Multiplier}
#' \item{z}{Product}
#' }
#'
#' @formattldr A data frame w/ 100 rows and 3 cols:
#' \describe{
#' \item{x}{Multiplicand}
#' \item{y}{Multiplier}
#' \item{z}{Product}
#' }
"multiplication_table"
#' Division table
#'
#' A long tidy tibble containing a division table
#'
#' @format A tidy data frame with 100 rows and 3 columns:
#' \describe{
#' \item{x}{Numerator}
#' \item{y}{Denominator}
#' \item{z}{Quotient}
#' }
#'
#' @formattldr A data frame w/ 100 rows and 3 cols:
#' \describe{
#' \item{x}{Numerator}
#' \item{y}{Denominator}
#' \item{z}{Quotient}
#' }
"division_table"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.