R/utils-assignment-pipe.R

#' Assignment pipe operator
#'
#' See \code{magrittr::\link[magrittr:assignment_pipe]{\%<>\%}} for details.
#'
#' @name %<>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %<>%
#' @usage lhs \%<>\% rhs
#' @param lhs An object which serves both as the initial value and as target.
#' @param rhs a function call using the magrittr semantics.
#' @return The result of calling `rhs(lhs)`
NULL
NeuroShepherd/RankinLabTools documentation built on Sept. 23, 2022, 5:31 p.m.