#' A micropem output file.
#'
#' A csv micropem output file of version CHAI of the output file.
#'
#' @format A csv micropem output file of version CHAI of the output file.
#' @name CHAI
#' @docType data
#' @keywords data
#' @examples
#' \dontrun{
#' micropemExample <- convert_output(system.file('extdata', 'CHAI.csv', package = 'rtimicropem'))
#' micropemExample$plot()
#' }
NULL
#' A micropem output file.
#'
#' A csv micropem output file of version Columbia of the output file.
#'
#' @format A csv micropem output file of version Columbia of the output file.
#' @name Columbia
#' @docType data
#' @keywords data
#' @examples
#' \dontrun{
#' micropemExample <- convert_output(system.file('extdata', 'Columbia.csv', package = 'rtimicropem'))
#' micropemExample$plot()
#' }
NULL
#' A micropem output file.
#'
#' A csv micropem output file of version Columbia2 of the output file.
#'
#' @format A csv micropem output file of version Columbia2 of the output file.
#' @name Columbia2
#' @docType data
#' @keywords data
#' @examples
#' \dontrun{
#' micropemExample <- convert_output(system.file('extdata', 'Columbia2.csv', package = 'rtimicropem'))
#' micropemExample$plot()
#' }
NULL
#' A micropem object.
#'
#' A micropem object.
#'
#' @format A micropem object.
#' @name micropemChai
#' @docType data
#' @keywords data
#' @examples
#' data("micropemChai")
#' micropemChai$plot()
NULL
#' A micropem object.
#'
#' A micropem object.
#'
#' @format A micropem object.
#' @name micropemC1
#' @docType data
#' @keywords data
#' @examples
#' data("micropemC1")
#' micropemC1$plot()
NULL
#' A micropem object.
#'
#' A micropem object.
#'
#' @format A micropem object.
#' @name micropemC2
#' @docType data
#' @keywords data
#' @examples
#' data("micropemC2")
#' micropemC2$plot()
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.