#' \pkg{CamBioR}
#'
#' \pkg{CamBioR} is an R package for holding all the reuasable bioinformatics R code I write.
#'
#' @details
#' \pkg{CamBioR} is a package for
#'
#' @section Functions:
#' \itemize{
#' \item \code{\link{read_fasta}} Read data from a fasta file to a data frame.
#' \item \code{\link{read_fastq}} Read data from a fastq file to a data frame.
#' \item \code{\link{write_fasta}} Write a data frame of sequence data to a file in fasta format.
#' \item \code{\link{write_fastq}} Write a data frame of sequence data to a file in fastq format.
#'
#' @section Data:
#' \itemize{
#' \item \code{\link{small_unittest.fasta}} An example file in fasta format.
#' \item \code{\link{small_unittest.fastq}} An example file in fastq format.
#' }
#' @author Cameron M. Nugent
#' @docType package
#' @name CamBioR
#################
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.