An open API service indexing awesome lists of open source software.

https://github.com/aviralg/matchr

Pattern Matching for R
https://github.com/aviralg/matchr

Last synced: over 1 year ago
JSON representation

Pattern Matching for R

Awesome Lists containing this project

README

          

# matchr

match(value, pat ~ body, ...)

```
::= ()
| quote()
|
| .
|
| &&
| ||
| !
| any( ...)
| all( ...)
| none( ...)
| sat()
| apply(, )
| regex()
| regex(, )
| vector()

::=
|
|
|

::=
|
|
|
|
|

::= logical(, ...)
| lgl(, ...)

::= integer(, ...)
| int(, ...)

::= double(, ...)
| dbl(, ...)

::= character(, ...)
| chr(, ...)

::= raw(0-255, ...)

::= complex( + i , ...)
| cplx( + i , ...)

::= environment(x = )
```