Nigel McKernan
Results
2
comments of
Nigel McKernan
Damn, seemed like a simpler problem before I made the request. It's not a huge loss, the manual way of setting priority is less convenient but at least it's an...
That worked! Thank you, Hadley! (Sort of) Minimal working reprex: ```{r} library(shiny) library(data.table) library(dtplyr) library(dplyr, warn.conflicts = FALSE) library(lubridate, warn.conflicts = FALSE) library(nycflights13) flights % lazy_dt() %>% mutate(Dep_Date = time_hour...