Skip to content

using the pipe operator with box::use() #269

Answered by mrismailt
jayodele10 asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to only load the pipe operator from {magrittr}, you should do it like this:

box::use(magrittr[`%>%`])

If you want to load the entire {magrittr} package into the module's namespace, you should do it like this:

box::use(magrittr[...])

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jayodele10
Comment options

Answer selected by jayodele10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants