#' Variant Call Format
#'
#' @description The data.frame of VCF format without header, contains six sampled vcf.
#'
#' @docType data
#' @usage data(vcf)
#' @format An object of data frame with 1000 rows and 15 columns.
#'
#'
#' @keywords datasets
#' @references
#' \href{https://samtools.github.io/hts-specs/VCFv4.2.pdf}{VCFv4.2}
#' @examples \dontrun{
#' data(vcf)
#' head(vcf)
#' }
"vcf"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.