Learn R Programming

doParabar (version 1.0.2)

parabarInfo: 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)

Value

The requested information 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.