Functions to read in simulation data from folder. Can be csv or RData files.
sim_read_data(path, ..., returnList = FALSE)sim_clear_data(path, ...)
sim_read_list(path)
sim_clear_list(path)
path to the files you want to read in.
arguments passed to read.csv
if TRUE
a list containing the data.frames. Very much
like the output of sim. If FALSE
a single data.frame is returned,
using bind_rows