R/imp_fns.R

#' Pipe operator
#'
#' Implements: https://github.com/sckott/analogsea/issues/32
#' and https://github.com/rstudio/ggvis/blob/master/R/pipe.R.
#'
#' @importFrom magrittr %>%
#' @name %>%
#' @rdname pipe
#' @export
#' @param lhs,rhs An object and a function to apply to it
#' @keywords internal
NULL

#' Deprecated function
#'
#' Import of deprecated function as recommended in lifecycle package documentation.
#'
#' @importFrom lifecycle deprecated
#' @name deprecated
#' @rdname deprecated
#' @export
#' @keywords internal
NULL
ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.