Zip two lists together with function.
.list_zip(..., f = cbind)
...
Lists to zip.
f
Function
List.
Stephen Martin