File: setDoSeq.Rd

package info (click to toggle)
r-cran-foreach 1.4.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 784 kB
  • sloc: sh: 58; makefile: 1
file content (22 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{setDoSeq}
\alias{setDoSeq}
\title{setDoSeq}
\description{
The \code{setDoSeq} function is used to register a sequential backend with the
foreach package.  This isn't normally executed by the user.  Instead, packages
that provide a sequential backend provide a function named \code{registerDoSeq}
that calls \code{setDoSeq} using the appropriate arguments.
}
\usage{
setDoSeq(fun, data=NULL, info=function(data, item) NULL)
}
\arguments{
  \item{fun}{A function that implements the functionality of \code{\%dopar\%}.}
  \item{data}{Data to be passed to the registered function.}
  \item{info}{Function that retrieves information about the backend.}
}
\seealso{
  \code{\link{\%dopar\%}}
}

\keyword{utilities}