using the pipe operator with box::use() #269
Answered
by
mrismailt
jayodele10
asked this question in
Q&A
-
Hi hi, But when I load this script as a module into another script and try to run some code, I keep getting the error 'could not find function "%>%". Any idea why this error? |
Beta Was this translation helpful? Give feedback.
Answered by
mrismailt
Mar 11, 2022
Replies: 1 comment 1 reply
-
If you want to only load the pipe operator from
If you want to load the entire
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jayodele10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to only load the pipe operator from
{magrittr}
, you should do it like this:If you want to load the entire
{magrittr}
package into the module's namespace, you should do it like this: