Skip to content

The Grapes of Wrath. A simple set of useful, unique, and non-standard binary operators.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

stufield/grapevine

Repository files navigation

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).

About

The Grapes of Wrath. A simple set of useful, unique, and non-standard binary operators.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published