usethis (version 1.4.0)

use_pipe: Use magrittr's pipe in your package

Description

Does setup necessary to use magrittr's pipe internally in your package and to re-export it for users of your package:

  • Adds magrittr to "Imports" in DESCRIPTION

  • Creates R/utils-pipe.R with the necessary roxygen template

Usage

use_pipe()

Arguments