add first fetching utilities

This commit is contained in:
2021-06-16 23:45:47 +02:00
commit 65573634b1
3 changed files with 36 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
`%$%` <- function(f, x) f(x)
`%.%` <- function(f, g) function(...) f(g(...))