powered by
Converts list of lists, with all sub-lists having the same number of elements into a data frame where each sub-list is a row and each element a column
list_transform(x)
a data frame where each sub-list is a row and each element of that sub-list is a column
a list of lists, with all sub-lists having the same length
list_transform is a helper function used inside of swim_parse, swim_parse_ISL, event_parse and event_parse_ISL
list_transform
swim_parse
swim_parse_ISL
event_parse
event_parse_ISL