-
Error descriptionI'm unsure how to use the pipe operator from dplyr within my box module. Calling R version‘box’ version1.1.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You can load the pipe for |
Beta Was this translation helpful? Give feedback.
-
|
Alternatively, you can load just the pipe operator (instead of all of ‘dplyr’) as shown by @mrismailt. However, this won’t fix the error in using the oeprator. |
Beta Was this translation helpful? Give feedback.
box::use(dplyr[...])should definitely work, but you haven’t shown your code that’s trying to use the pipe operator — i.e. the code that’s causing the error ‘argument "fun" is missing’.Alternatively, you can load just the pipe operator (instead of all of ‘dplyr’) as shown by @mrismailt. However, this won’t fix the error in using the oeprator.