tidyverse / magrittr

Improve the readability of R code with the pipe
https://magrittr.tidyverse.org
Other
957 stars 157 forks source link

How to quote magrittr library/package in function call: `magrittr::%<>%` doesn't work #270

Closed SimonDedman closed 5 months ago

SimonDedman commented 5 months ago

I'd like to use

df magrittr::%<>% dplyr::any_function

notation but no combination of backticks seems to avoid

Error: unexpected symbol in "df magrittr"

Is this possible? Thanks

lionel- commented 5 months ago

Unfortunately this syntax is not permitted by the R language.