R/infix-package.R

#' @name infix
#' @docType package
#' @title Basic Infix Binary Operators
#' @description Contains a number of infix binary operators that may be useful
#'     in day to day practices.
#' @section Operators: \describe{
#'     \item{\code{\link{except}}}{Simple Error Handling.}
#'     \item{\code{\link{operators}}}{Common Infix Operators.}
#'     \item{\code{\link{funlogic}}}{Function Logical Operators.}
#'     \item{\code{\link{pipes}}}{Package's 'magrittr' pipe-operators.}
#' }
"_PACKAGE"

Try the infix package in your browser

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

infix documentation built on May 1, 2019, 7:32 p.m.