[R-gregmisc-users] SF.net SVN: r-gregmisc:[2027] pkg/gtools/man/mixedsort.Rd
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-05-25 14:29:39
|
Revision: 2027
http://sourceforge.net/p/r-gregmisc/code/2027
Author: warnes
Date: 2015-05-25 14:29:37 +0000 (Mon, 25 May 2015)
Log Message:
-----------
Fix typo.
Modified Paths:
--------------
pkg/gtools/man/mixedsort.Rd
Modified: pkg/gtools/man/mixedsort.Rd
===================================================================
--- pkg/gtools/man/mixedsort.Rd 2015-05-25 14:16:17 UTC (rev 2026)
+++ pkg/gtools/man/mixedsort.Rd 2015-05-25 14:29:37 UTC (rev 2027)
@@ -22,7 +22,7 @@
\item{na.last}{for controlling the treatment of \code{NA} values. If \code{TRUE}, missing
values in the data are put last; if \code{FALSE}, they are put
first; if \code{NA}, they are removed.}
- \item{blanklast}{for controlling the treatment of blank values. If \code{TRUE}, blank
+ \item{blank.last}{for controlling the treatment of blank values. If \code{TRUE}, blank
values in the data are put last; if \code{FALSE}, they are put
first; if \code{NA}, they are removed.}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|