R/ddim.R

# hold package help and package level import. No need to repeat self, so only include package repo and package website.
#'
#'
#' - [github repo](https://github.com/ctmm-initiative/ddim)
#'
#' @docType package
#' @name ddim
#' @import ctmm
#' @import data.table
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
ctmm-initiative/DDIM documentation built on Nov. 12, 2021, 7:48 a.m.