# hold package help and package level import. No need to repeat self, so only include package repo and package website.
#' ctmmweb: A web app package for `ctmm`
#'
#' A shiny web app built upon [ctmm](https://github.com/ctmm-initiative/ctmm).
#' The main features of the app are built into a R package so you can reuse
#' them. The shiny app is included in the package so it's easier to install and
#' use.
#'
#' - [github repo](https://github.com/ctmm-initiative/ctmmweb)
#' - [reference site](https://ctmm-initiative.github.io/ctmmweb/)
#'
#' @docType package
#' @name ctmmweb
#' @import ctmm
#' @import data.table
#' @import shiny
NULL
#' Pipe operator
#'
#' Pipe an object forward into a function or call expression. See
#' [magrittr](https://magrittr.tidyverse.org/reference/pipe.html).
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.