Hi,
Since update of rlang, the following functionality fails with switch_rlang not found.
Is any workaround about that?
Thanks, this is a code example.
name_db <- tbl(conn, sql(
+ "select COMMONNAME, COUNT(*) as N
+ from my_database
+ group by COMMONNAME
+ order by N"
+ )) %>%
+ arrange(desc(N))
Error in switch_lang(call, inlined = , namespaced = , recursive = eval_bare(call, :
could not find function "switch_lang"