We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be61f12 commit e9f30e5Copy full SHA for e9f30e5
man/frev.Rd
@@ -3,7 +3,7 @@
3
\alias{rev}
4
\title{Fast reverse}
5
\description{
6
- Similar to \code{\link[base]{rev}} but \emph{much faster}.
+ Similar to \code{\link[base]{rev}} but \emph{faster}.
7
}
8
9
\usage{
@@ -14,7 +14,7 @@ frev(x)
14
15
16
\details{
17
- \code{frev} does not retain attributes (similar to \code{\link[base]{rev}}).
+ \code{frev} does not retain attributes other than names and class (similar to \code{\link[base]{rev}}).
18
19
20
\value{
0 commit comments