Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.85 KB

README.md

File metadata and controls

59 lines (44 loc) · 1.85 KB

Travis Build Status AppVeyor Build Status CRAN_Status codecov

The grapevine package

Commonly referred to as “binary operators”, functions that have a left and right side are typically defined using %% symbols. Thus the colloquial term “grapevine”. The functions below represent a growing list of useful binary operators that come in handy when working in an R environment.

Installation

To install the latest development version of grapevine from GitHub, first install the devtools package and run:

devtools::install_github("stufield/grapevine", build = TRUE)

If you specify a tag, you can install a GitHub release.

devtools::install_github("stufield/grapevine@v0.0.1", build = TRUE)

Functions

  • %||%
  • %@@%
  • %@@%<-
  • %==%
  • %!=%
  • %===%
  • %set%
  • %!set%
  • %[[%
  • %null%
  • %!in%

LICENSE

This package (suite of programs) is free software; you can redistribute it and/or modify it under the terms of the MIT License. See please see the LICENSE. By using in this package you agree to abide by its terms.


Created by Rmarkdown (v2.8) and R version 4.1.0 (2021-05-18).