Cole Miller

Results 7 comments of Cole Miller

`data.table` allows functions in `.SDcols` argument. ``` r library(data.table) library(disk.frame) as.data.table(mtcars)[, .SD, .SDcols = is.numeric] as.disk.frame(mtcars)[, .SD, .SDcols = is.numeric] ``` While this does not address the root issue, the...

@matthewgson I see there's a new version of `disk.frame` on CRAN. Do you still receive an error? If you still get an error, does loading the package and running this...

No need to review now. What I am working on is already a bit different.

Could you expand on this? My understanding is that you need a `hardby = ...` argument within the `[.disk.frame` call. Related, you could use NSE to capture the `by` argument,...

I might be able to create a package. Would you still have a `[` method within this package still?

Ok. I will create a repo this weekend and start. For now the goal is NSE equivalent of what you’ve implemented for dplyr verbs.

Note #1131 had a nice workaround before `:tabonly` was implemented. For the update VS which changed the command name, this is what I now use in my vimrc: `nmap to...