save_rsprob | R Documentation |
After a problem is generated, its R representation is saved to disk so that it can be archived and re-used in future experiments without having to regenerate the problem. Saving it is also useful for reproducibility in that it allows re-creation of exactly the problem used in an experiment.
save_rsprob(rsprob, exp_root_dir)
rsprob |
a reserve selection problem object, e.g., a Xu_bd_problem |
exp_root_dir |
character string path to root directory of an experiment, usually parameters$fullOutputDir_NO_slash |
Writes to a file whose name contains:
the UUID of the problem
whether it's a basic problem or a wrapped problem
whether it's a correct or an apparent problem
Returns input object with its checksum slot filled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.