Learn R Programming

apollo (version 0.1.0)

apollo_splitDataDraws: Splits data and draws for loading in cluster

Description

Splits apollo_inputs into pieces and writes them to disk (temporary folder).

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

Character vector of file names of the pieces of apollo_inputs.

Details

Internal use only. This function is called by apollo_makeCluster.