Marian Eberl

Results 5 comments of Marian Eberl

Hi @richfitz; Thanks a lot for your prompt reply and sharing possible solutions. 1. Unfortunately, I think the problem might not only relate to partitioned arrow files; since this additional...

Ah, sorry, forgot about this questioning status of the function. On the other hand, nothing happened in this discussion over the last two years (https://github.com/tidyverse/dplyr/issues/4851). And it is quite a...

Since `vars()` is flagged as superseeded in the linked `dplyr` documentation, maybe better break it now than later. For all expectations `culumn` only works with tidyselection helpers or column names,...

@weshinsley Thanks for your reply and for working on an implementation on new key types. I have just tried the workaround using the `USER_KEY` environment variables. This workaround fails for...

The current workaround, that I am using is `attr(df[[rlang::eval_tidy(var_name)]], "label", exact = T)`