Anthony Ebert "Ace"

Results 2 issues of Anthony Ebert "Ace"

With the predicate `in_set` with argument `inverse=TRUE`, the argument `allow.na` works in the opposite way to what is expected. ``` library(dplyr) library(survival) veteran_totals = veteran %>% group_by(celltype) %>% summarise(cell_total =...

This package is awesome - tabular data stored as plain text with saved column types. The integer64 format is provided by the [bit64](https://cran.r-project.org/package=bit64) R package. It would be nice to...