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