#' Information on ddt and measurements of fish in different rivers
#'
#' A dataset containing the information on
#' ddt, length, weight, species, river, and mile measurements of fish caught
#'
#' @format A data frame with 144 rows and 6 variables:
#' \describe{
#' \item{RIVER}{name of river caught in}
#' \item{MILE}{miles from mouth of river caught at}
#' \item{LENGTH}{length of the fish}
#' \item{WEIGHT}{weight of the fish}
#' \item{SPECIES}{species of the fish caught}
#' \item{DDT}{ddt concentration in the fish}
#' ...
#' }
#' @source \url{MATH4753 files}
"ddt"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.