list_transform: Transform list of lists into data frame

View source: R/list_transform.R

list_transformR Documentation

Transform list of lists into data frame

Description

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

Usage

list_transform(x)

Arguments

x

a list of lists, with all sub-lists having the same length

Value

a data frame where each sub-list is a row and each element of that sub-list is a column

See Also

list_transform is a helper function used inside of swim_parse, swim_parse_ISL, event_parse and event_parse_ISL


gpilgrim2670/SwimmeR documentation built on March 26, 2023, 5:05 p.m.