-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
77 lines (51 loc) · 1.97 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[![Travis Build Status](https://travis-ci.org/stufield/grapevine.svg?branch=master)](https://travis-ci.org/stufield/grapevine)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/stufield/grapevine?branch=master&svg=true)](https://ci.appveyor.com/project/stufield/grapevine)
[![CRAN_Status](http://www.r-pkg.org/badges/version/grapevine)](https://cran.r-project.org/package=grapevine)
[![codecov](https://codecov.io/gh/stufield/grapevine/branch/master/graph/badge.svg)](https://codecov.io/gh/stufield/grapevine)
# 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](https://CRAN.R-project.org/package=devtools)
package and run:
```{r, eval = FALSE}
devtools::install_github("stufield/grapevine", build = TRUE)
```
If you specify a tag, you can install a GitHub release.
```{r, eval = FALSE}
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](LICENSE).
By using in this package you agree to abide by its terms.
-------------
Created by [Rmarkdown](https://github.com/rstudio/rmarkdown)
(v`r utils::packageVersion("rmarkdown")`) and `r R.version$version.string`.