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.
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)
%||%
%@@%
%@@%<-
%==%
%!=%
%===%
%set%
%!set%
%[[%
%null%
%!in%
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).