Skip to content

Commit

Permalink
man
Browse files Browse the repository at this point in the history
  • Loading branch information
berndbischl committed Jun 9, 2015
1 parent f673ed9 commit 1bc8323
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions man/parallelGetOptions.Rd
Expand Up @@ -2,12 +2,19 @@
% Please edit documentation in R/parallelShowOptions.R
\name{parallelGetOptions}
\alias{parallelGetOptions}
\title{Displays the configured package options.}
\title{Retrieve the configured package options.}
\usage{
parallelGetOptions()
}
\value{
[\code{ParallelMapOptions}]. See above.
}
\description{
Displayed are current and default settings.
Returned are current and default settings, both as lists.
The return value has slots elements \code{settings} and \code{defaults},
which are both lists of the same structure, named by option names.

A printer exists to display this object.

For details on the configuration procedure please read
\code{\link{parallelStart}} and \url{https://github.com/berndbischl/parallelMap}.
Expand Down

0 comments on commit 1bc8323

Please sign in to comment.