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

GitHub version CRAN status R-CMD-check Codecov test coverage Lifecycle: stable License: MIT

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:

# current dev version
remotes::install_github("stufield/grapevine")

# or a specific version
remotes::install_github("stufield/grapevine@v0.0.1")

Functions

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

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