single_action_using_tzar_reps | R Documentation |
This is the main workhorse function for bdpg. It's intended to generate a single bdproblem of a chosen type (COR, WRAP, APP) or a single reserve selector run based on inputs specified in the yaml file and its repetitions section. In general, tzar will spawn a process that calls this function across a set of problems, e.g., generating 10 apparent problems for each correct problem whose path is given in an input file.
single_action_using_tzar_reps(parameters, starting_dir, integerize)
parameters |
parameters list for the run, usually derived from project.yaml and can have a varying number and set of elements depending on the run |
starting_dir |
string containing full path of top directory where problems and/or runs are to be created |
integerize |
function to use in converting floats to ints |
Returns nothing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.