#' Example data from VirScan peptide library
#'
#' The dataset contains 20 peptides randomly sampled from the VirScan peptide library
#' It includes four columns: id, pep_aa, organism and org_group
#'
#' @docType data
#'
#' @usage data(peptide_df)
#'
#' @format An object of class \code{"tibble"}.
#'
#' @keywords datasets
#'
#' @source VirScan library
#'
#' @examples
#' data(peptide_df)
#' head(peptide_df)
"peptide_df"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.