improve applause party parsing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
`%$%` <- function(f, x) f(x)
|
||||
`%.%` <- function(f, g) function(...) f(g(...))
|
||||
flip <- function(f) function(x, y) f(y, x)
|
||||
|
||||
clear_na <- function(xs) xs[!is.na(xs)]
|
||||
|
||||
Reference in New Issue
Block a user