Revision: 1810
http://sourceforge.net/p/r-gregmisc/code/1810
Author: warnes
Date: 2014-04-17 17:33:31 +0000 (Thu, 17 Apr 2014)
Log Message:
-----------
Update ASCIIfy man page to match source code and add keywords
Modified Paths:
--------------
trunk/gtools/man/ASCIIfy.Rd
Modified: trunk/gtools/man/ASCIIfy.Rd
===================================================================
--- trunk/gtools/man/ASCIIfy.Rd 2014-04-17 17:25:53 UTC (rev 1809)
+++ trunk/gtools/man/ASCIIfy.Rd 2014-04-17 17:33:31 UTC (rev 1810)
@@ -6,10 +6,10 @@
single-byte (\samp{\x00}) or two-byte (\samp{\u0000}) codes.
}
\usage{
-ASCIIfy(x, bytes = 2, fallback = "?")
+ASCIIfy(string, bytes = 2, fallback = "?")
}
\arguments{
- \item{x}{a character vector, possibly containing non-ASCII
+ \item{string}{a character vector, possibly containing non-ASCII
characters.}
\item{bytes}{either \code{1} or \code{2}, for single-byte
(\samp{\x00}) or two-byte (\samp{\u0000}) codes.}
@@ -44,4 +44,5 @@
print(athens)
ASCIIfy(athens)
}
-\keyword{}
+\keyword{utilites}
+\keyword{character}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|