Pierre Gramme
Pierre Gramme
Currently, "Edit"ing a file only edits its associated metadata, not the content itself. This is hard to understand for some users (I had a few questions in my group). Quick...
Dear readr ;-) The documentation of `locale(...)` says that system default timezone should be used when `tz=""`. But on Windows, with CET as system timezone, this is not what I...
Hi I am trying to do the following with dplyr: my_df %>% group_by(grp) %>% summarise(nd = n_distinct(my_var)) I noticed that it is very slow with many small groups and when...
Hello As mentioned in #61 and #74, some drivers don't respect JDBC specs about column names vs column labels. The fix you proposed and implemented works fine! (tested for Sas)...