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(...)

Arguments

...

Input simulations lists from stics_eval().

Details

The function keep all columns from the simulations as in data.table::rbindlist(l,fill= TRUE).

See also

Examples

if (FALSE) { Simulation= rbind_sim(Sim_2017, Sim_2018) }