R/pipe.R

Defines functions pipe

Documented in pipe

#' pipe
#'
#' @export
#'
pipe <- function(){
    rstudioapi::insertText(' |> ')
}

Try the do package in your browser

Any scripts or data that you put into this service are public.

do documentation built on Sept. 12, 2024, 6:27 a.m.