combine duplicate redner by collapsing all data

This commit is contained in:
2021-06-24 19:57:26 +02:00
parent 72a32c5cc7
commit a7e9ba9655
2 changed files with 19 additions and 4 deletions
+2
View File
@@ -1,2 +1,4 @@
`%$%` <- function(f, x) f(x)
`%.%` <- function(f, g) function(...) f(g(...))
clear_na <- function(xs) xs[!is.na(xs)]