Skip to content

Commit

Permalink
DOC: Download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
prlitics committed Dec 2, 2023
1 parent 5be66af commit ba70f80
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ options(infixit.btwn = c("[","]"))
`{infixit}` is an R package that looks to extend the available infix operators in R with some that are helpful for programming and data manipulation tasks. Additionally, the specific behaviors of many of these operators are (to an extent) customizable using some of the package's `options()`.

It can be downloaded through the following:

```{r install, eval=FALSE}
library(remotes)
install_github("prlitics/infixit")
```

There are currently 3 infix functions packaged with `{infixit}`:

1. `%+%`: Providing string concatenation.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ manipulation tasks. Additionally, the specific behaviors of many of
these operators are (to an extent) customizable using some of the
package’s `options()`.

It can be downloaded through the following:

``` r
library(remotes)
install_github("prlitics/infixit")
```

There are currently 3 infix functions packaged with `{infixit}`:

1. `%+%`: Providing string concatenation.
Expand Down

0 comments on commit ba70f80

Please sign in to comment.