rbind_sim.Rd
Uses data.table::rbindlist()
but keep the original
structure of the list within the list. To use for row binding
stics_eval()
outputs.
rbind_sim(...)
... | Input simulations lists from |
---|
The function keep all columns from the simulations as in data.table::rbindlist(l,fill= TRUE)
.
if (FALSE) { Simulation= rbind_sim(Sim_2017, Sim_2018) }