I want to use functions from the expss
package in my own functions/packages. I usually call the functions along with their packages (e.g. dplyr::mutate(...)
).
The expss package has a function/operator %to%
, and I don't know how I can do the same here, i.e. expss::%to%
doesn't work, neither does expss::'%to%'
.
What can I do?