[Swift-commit] r4331 - SwiftApps/SwiftR/Swift/man

tga at ci.uchicago.edu tga at ci.uchicago.edu
Fri Apr 8 17:08:38 CDT 2011


Author: tga
Date: 2011-04-08 17:08:38 -0500 (Fri, 08 Apr 2011)
New Revision: 4331

Modified:
   SwiftApps/SwiftR/Swift/man/swiftapply.Rd
Log:
Mentioned swiftSapply


Modified: SwiftApps/SwiftR/Swift/man/swiftapply.Rd
===================================================================
--- SwiftApps/SwiftR/Swift/man/swiftapply.Rd	2011-04-08 22:08:19 UTC (rev 4330)
+++ SwiftApps/SwiftR/Swift/man/swiftapply.Rd	2011-04-08 22:08:38 UTC (rev 4331)
@@ -1,5 +1,6 @@
 \name{swiftapply}
 \alias{swiftLapply}
+\alias{swiftSapply}
 \alias{swiftapply}
 %- Also NEED an '\alias' for EACH other topic documented here.
 \title{
@@ -13,8 +14,11 @@
 
     swiftLapply behaves in the same way as the serial \code{lapply}
     function.
+    
+    swiftSapply behaves in the same way as the serial \code{sapply}
+    function.
 
-    swiftapply
+    swiftapply is a more general function that takes additional arguments.
 }
 \usage{
 swiftapply(func, arglists, server = NULL, callsperbatch = NULL, runmode = NULL, initialexpr = NULL, workerhosts = NULL, keepwork = NULL, tmpdir = NULL, timeout = NULL, quiet = FALSE)




More information about the Swift-commit mailing list