Does dplyr across work for remote database?

Hey,
this was asked before but unanswered.

I systematically either get the follow errors, depending if I use mutate(across(condition, function) or mutate(across(condition, ~ function(.x)):

  • no applicable method for 'escape' applied to an object of class "formula"
  • no applicable method for 'escape' applied to an object of class "function"

And since you pass your function to across with either...I think it doesn't work but maybe I'm missing something.

SO similar post.

You can watch this issue

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.