R/package.R

                                                                                
#' Pipe                                                                         
#'                                                                              
#' Pipe an object forward into a function or call expression.                   
#' Magrittr imported function, see details and examples in the magrittr package.
#'                                                                              
#' @importFrom magrittr %>%                                                     
#' @name %>%                                                                    
#' @rdname pipe                                                                 
#' @param lhs A value or the magrittr placeholder.                              
#' @param rhs A function call using the magrittr semantics.                     
#' @return Result of rhs applied to lhs, see details in magrittr package.       
#' @export                                                                      
NULL                                                                            

Try the linevis package in your browser

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

linevis documentation built on April 3, 2025, 10:57 p.m.