commit | b74649f5a2a156a4d833c758a96b1f6eef152913 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Dec 11 12:44:49 2020 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Dec 11 12:44:49 2020 +0100 |
tree | 0f5b9697a96f8c384eba6c77426ad8576b8ce0af |
Initial import Change-Id: Ibe34c4c9c5313d91ffbd1a4e6a7da85adc1d8c39
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}