1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,19 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/operator.R |
|
3 |
-\name{\%>\%} |
|
4 |
-\alias{\%>\%} |
|
5 |
-\title{pipe} |
|
6 |
-\usage{ |
|
7 |
-lhs \%>\% rhs |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{lhs}{left hand side} |
|
11 |
- |
|
12 |
-\item{rhs}{right hand side} |
|
13 |
-} |
|
14 |
-\description{ |
|
15 |
-pipe |
|
16 |
-} |
|
17 |
-\seealso{ |
|
18 |
-\link[magrittr]{pipe} |
|
19 |
-} |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@112578 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9
add author
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103112 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 8529e69b1484a4c1f4bf5452cd28156a2f67ca15
import %>%
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@100587 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -3,11 +3,6 @@ |
3 | 3 |
\name{\%>\%} |
4 | 4 |
\alias{\%>\%} |
5 | 5 |
\title{pipe} |
6 |
-\source{ |
|
7 |
-This is just the imported function |
|
8 |
-from the marittr package. The documentation you should |
|
9 |
-read for %>% function can be found here: \link[magrittr]{%>%} |
|
10 |
-} |
|
11 | 6 |
\usage{ |
12 | 7 |
lhs \%>\% rhs |
13 | 8 |
} |
... | ... |
@@ -19,4 +14,7 @@ lhs \%>\% rhs |
19 | 14 |
\description{ |
20 | 15 |
pipe |
21 | 16 |
} |
17 |
+\seealso{ |
|
18 |
+\link[magrittr]{pipe} |
|
19 |
+} |
|
22 | 20 |
|
Commit id: 339117c7b83dac1233cfef7ef7f73dba23c8de66
collapse, expand, hilight and phylopic
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@100516 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+% Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+% Please edit documentation in R/utilities.R |
|
3 |
+\name{\%>\%} |
|
4 |
+\alias{\%>\%} |
|
5 |
+\title{pipe} |
|
6 |
+\source{ |
|
7 |
+This is just the imported function |
|
8 |
+from the marittr package. The documentation you should |
|
9 |
+read for %>% function can be found here: \link[magrittr]{%>%} |
|
10 |
+} |
|
11 |
+\usage{ |
|
12 |
+lhs \%>\% rhs |
|
13 |
+} |
|
14 |
+\arguments{ |
|
15 |
+\item{lhs}{left hand side} |
|
16 |
+ |
|
17 |
+\item{rhs}{right hand side} |
|
18 |
+} |
|
19 |
+\description{ |
|
20 |
+pipe |
|
21 |
+} |
|
22 |
+ |