Using `across` with dbplyr (on sqlite tables)

I just read about the new across functionality in dplyr 1.0.0. This is great advance that will simplify a type of operation that I frequently perform. I am also interested in performing this type of operation sqlite tables, which I access using dbplyr. I could not find any discussion of whether across will also be implemented in dbplyr. Does anybody know if there are plans to do so?

1 Like

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