[R-gregmisc-users] SF.net SVN: r-gregmisc:[2017] trunk/gtools/man/ASCIIfy.Rd
Brought to you by:
warnes
|
From: <wa...@us...> - 2015-05-02 13:50:16
|
Revision: 2017
http://sourceforge.net/p/r-gregmisc/code/2017
Author: warnes
Date: 2015-05-02 13:50:13 +0000 (Sat, 02 May 2015)
Log Message:
-----------
Minor layout change.
Modified Paths:
--------------
trunk/gtools/man/ASCIIfy.Rd
Modified: trunk/gtools/man/ASCIIfy.Rd
===================================================================
--- trunk/gtools/man/ASCIIfy.Rd 2015-05-02 13:48:35 UTC (rev 2016)
+++ trunk/gtools/man/ASCIIfy.Rd 2015-05-02 13:50:13 UTC (rev 2017)
@@ -22,8 +22,7 @@
}
\author{Arni Magnusson \email{ar...@ha...}}
\note{
- To render single backslashes, use these or similar techniques:
- \preformatted{
+ To render single backslashes, use these or similar techniques:\preformatted{
write(ASCIIfy(x), "file.txt")
cat(paste(ASCIIfy(x), collapse="\n"), "\n", sep="")}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|