parabarInfo {doParabar} | R Documentation |
Registered Implementation Information
Description
This function is used internally by foreach::foreach
to retrieve
information about the registered foreach::%dopar%
operator
implementation. More specifically, this function is called by
foreach::getDoParName()
, foreach::getDoParRegistered()
,
foreach::getDoParVersion()
, and foreach::getDoParWorkers()
.
Usage
parabarInfo(data, item)
Arguments
data |
An object of class |
item |
A character string specifying the information item to be
retrieved about the registered |
Value
The requested information item.
[Package doParabar version 1.0.2 Index]