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 parabar::Backend representing the backend used for the foreach::%dopar% operator implementation.

item

A character string specifying the information item to be retrieved about the registered foreach::%dopar% operator implementation.

Value

The requested information item.


[Package doParabar version 1.0.2 Index]