use_pipe | R Documentation |
Does setup necessary to use magrittr's pipe operator, %>%
in your package.
This function requires the use roxygen.
Adds magrittr to "Imports" in DESCRIPTION
.
Imports the pipe operator specifically, which is necessary for internal use.
Exports the pipe operator, if export = TRUE
, which is necessary to make
%>%
available to the users of your package.
use_pipe(export = TRUE)
export |
If |
## Not run:
use_pipe()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.