R/pipe.R

Defines functions piperoot

Documented in piperoot

#' Check pipe operator
#' @export
#' @rdname piperoot
piperoot = function(x) x %>% sqrt()
jlucasmckay/bmi585jlm documentation built on Dec. 21, 2021, 1:08 a.m.