Learn R Programming

apollo (version 0.0.8)

apollo_splitDataDraws: Splits data and draws for loading in cluster

Description

Copies apollo_inputs as many times as cores, but each copy contains only part of database and draws.

Usage

apollo_splitDataDraws(apollo_inputs, silent = FALSE)

Arguments

apollo_inputs

List grouping most common inputs. Created by function apollo_validateInputs.

silent

Boolean. If TRUE, no information is printed to console or default output.

Value

List. Each element is a copy of apollo_inputs, but with only a piece of database and draws.

Details

Internal use only. This function is called by apollo_makeCluster.