#' Landings data example
#'
#' All datasets that contain landing information should follow this format. Be
#' careful with column names, they should be exactly as shown in this example.
#'
#' @docType data
#'
#' @usage data(catchdata)
#'
#' @format An object of class `"data.frame"`
#'
#' @keywords datasets
#'
#' @references None
#'
#' @source Private data
#'
#' @examples
#' data(catchdata)
"catchdata"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.