Will extract and tidy all simulations objects from a directory,
provided that the simulations were generated with simulate_rad
.
tidy_sim( sim.directory, write.tidy = TRUE, parallel.core = parallel::detectCores() - 1 )
sim.directory | (character, path) Full path to the directory containing simulation objects. |
---|---|
write.tidy | (logical, optional) The function uses |
parallel.core | (integer, optional) The number of core used for parallel
execution during extraction of simulated data.
Default: |
A list with all the tidy data frames for all scenarios and iterations
generated by simulate_rad
. Depending on argument values, the function also
write the tidy data in the appropriate folder.
Thierry Gosselin thierrygosselin@icloud.com