#' fastqR: A package to read and manipulate FastQ files
#'
#' This package works with FastQ format files. It can read these
#' into a tidyverse compatible data structure and provides
#' functions for manipulating the data within them.
#'
#' @section fastqR functions
#'
#' read_fastq
#'
#' gc_content
#'
#' decode_qualities
#'
#' @docType package
#' @name fastqR
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.