#' Measured Weight of a dog over time
#'
#' A dataset containing the mass of a growing dog.
#'
#' \itemize{
#' \item days since birth
#' \item weight. (pounds)
#' }
#'
#' @docType data
#' @keywords datasets
#' @name wilson
#' @usage data(wilson)
#' @format A data frame with 19 rows and 2 variables
#' @source From \url{https://bscheng.com/2014/05/07/modeling-logistic-growth-data-in-r/}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.