cull: Force objects to have length or rows equal to the shortest
Description
This function takes a set of vectors, data frames, or matrices and removes the last values/rows so that they all have a length/number of rows equal to the shortest among them.
Usage
cull(...)
Value
A list with one element per object supplied as an argument to the function.