Joins a series of test elements or timelines into one list or timeline. Often one can equivalently use `c(...)` in such situations, but this approach is safer.

join(...)

Arguments

...

Test elements or timelines to combine.

Value

A list of test elements if the input didn't contain any timelines, otherwise a timeline.