#' @name small.16S
#' @docType data
#' @title A small example data set
#'
#' @description A \code{tibble} object (\code{data.frame}) with some 16S sequences with taxon information.
#'
#' @usage
#' data(small.16S)
#'
#' @details
#' This is a \code{tibble} object (\code{data.frame}) with 71 sequences used in some examples.
#' The taxonomy information for each sequence follows the ConTax format, see the
#' \code{\link{microcontax}} package for more details.
#'
#' @author Hilde Vinje, Kristian Hovde Liland, Lars Snipen.
#'
#' @examples
#' data(small.16S)
#' str(small.16S)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.