commit | 69cc54a9cf78dc18e7b336c45920966fecd249bb | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Sep 30 12:06:54 2019 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Oct 01 18:23:57 2019 +0200 |
tree | 19a28e40d7572b3813446efcf4701e5fe44049cb | |
parent | 0a96b28bcea0d7116db2b87c7977c24ec337413d [diff] [blame] |
Start tidyverse migration Change-Id: Ifc972de789c22e2ff43159740d7f1fa7125e1ef2
diff --git a/man/pipe.Rd b/man/pipe.Rd new file mode 100644 index 0000000..32004dc --- /dev/null +++ b/man/pipe.Rd
@@ -0,0 +1,12 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/reexports.R +\name{\%>\%} +\alias{\%>\%} +\title{Pipe operator} +\usage{ +lhs \%>\% rhs +} +\description{ +See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details. +} +\keyword{internal}